Tagged: Fonts
Greetings,
I recently set up a site using Enfold for a client, Naomi Harris – https://naomiharris.com.au/
We’ve had little success being able to change the text size of certain areas. Using the Enfold formatter, it doesn’t change the selected font to the sizes we are attempting.
Thanks for your help!
Sea
Hey NaomiHarris,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Well, you can do it via css, for example or via Theme options> Advanced Styling:
.av_textblock_section .avia_textblock {
font-size : 40px;
}
#top .all_colors .av_textblock_section .avia_textblock p {
font-size : 20px;
}
Best regards,
Victoria
Thanks for the prompt response – details in private are – thank you!
Hi NaomiHarris,
We are in the process of switching to https. Thank you :)
Is the code I gave you above not working for you? The size of the font is set on the wrapping div and the theme css has more specific styles applied to that header, so they get overwritten. It is better to use the css I gave you above.
If you need further assistance please let us know.
Best regards,
Victoria