I would like to make all my fonts to be thin on my page. Right now, they are inconsistent.
For example, my header menu used to be bold, but now it is thin. I have added this to my quick CSS:
#top .av-main-nav > li > a {
font-weight: normal !important;
}
What code do I need to add?
Thanks you!
I guess this includes the tagline as well!
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body * {
font-weight: normal;
}
Regards,
Yigit
Thanks Yigit!
How do you make the footers and text box to have font-weight: lighter