Tagged: font size
I am a bit confused about Font sizes. I am using ‘Paragraph’ on 2 different pages but the font size appears differently. I am trying to enlarge the font size on a specific page (What I do page) but not sure how.
Hi NicRW!
It looks like the sizes are being changed by a plugin.
If you want to use some CSS then drag a codeblock element to that page and add this inside.
<style type = "text/css">
.avia_textblock { font-size: 12px !important; }
</style>
Cheers!
Elliott
Hi
I’m afraid that isn’t making any difference. Is there any other way?
Thanks
Nicola
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock p {
font-size: 16px;
}
Best regards,
Yigit
Thanks, that worked great!