Tagged: font size
Hi there,
My client would like to make the fonts bigger on the website I’m working on using Enfold – the default size is a bit too small for them. What size is the default font for the main body?
Please can you let me know how to make the main body fonts a bit larger? I hope there’s a way to do it without having to mess about with code within the main files as I don’t want to have to worry about them updating the theme and then the changes disappear.
Many thanks,
Krissie
Hey Krissie!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
You can adjust the size of some other elements such as main menu links and heading elements in Enfold theme options > Advanced Styling tab
Regards,
Yigit
I now realise that the default font is 13. Is there an easy way to change it to 14? Rather than having to go through all the text blocks and manually change them?
Thanks
Hi!
Please see – https://kriesi.at/support/topic/how-to-change-font-size-for-headers-and-main-body-text/#post-338315
Best regards,
Yigit
Hey Yigit!
That’s great, thanks so much.
Exactly what I needed.
Oh, while your here how can I change the colour of the side arrows? They’re very grey and light and hardly noticeable!
Cheers,
:)
Hi!
Can you post a screenshot and show the arrows? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. Or you can post the link to your website and point out the arrows, so we can provide you accurate custom CSS code :)
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well
#top .avia-post-nav { background: rgba(0,0,0,0.5); }
0.5 here is opacity level which is 0.1 by default and 0,0,0 is RGB value of the color. Please adjust as needed
Regards,
Yigit
Great! Thanks Yigit, you’re a star! :)