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 🙂
Thank you absolute life saver!!