I’m trying to change the font size in a fullscreen slider and inside a special heading but no matter what size I select it doesn’t actually change on the page.
Hi bakbek!
Please use following code
h2.avia-caption-title { font-size: 40px !important; }
.avia-caption-content p { font-size: 24px !important; }
Regards,
Yigit
Hi Yigit, will the code you provided effect all fullscreen sliders i’m using across the site?
Hi!
Yes. You can use page ID’s to apply the code on certain pages as following
.page-id-13 h2.avia-caption-title { font-size: 40px !important; }
Cheers!
Yigit
OK, thanks.
Is this a known issue with the Enfold 3.0 that font size isn’t working on special headings?