Change Image Rollover font size and line height in Avada theme

If you would like to change the rollover font-size and line-height in a portfolio grid here’s how with a little CSS.

Log into WordPress > Avada > Theme Options > Custom CSS
Copy the CSS below into the “Custom CSS” field and click “Save”:

fusion-rollover-title {
font-size: 44px !important;
line-height: whatever;
}

And if you wanted to increase the category font size:

.fusion-rollover-categories a {
font-size: 18px !important;
}

Of course you want to adjust the font sizes to suit your needs 🙂

1 thought on “Change Image Rollover font size and line height in Avada theme”

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.