Hi, I´m trying to change menu texts to a lighter font family, but I don´t find the style.css file to do that.
I changed menu links through advanced styles in theme options, but there is no option to choose a light family font, as in my screenshot.
How can I do that?
Thank you very much!
Hey cipriana!
Please link us your web site, so we can be able to check and help you better
Thanks a lot
Best regards,
Basilis
Hi, I want to use Lato Regular
Thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header .av-main-nav > li > a {
font-weight: normal;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hi, it worked.
And if I would want it lighter? I mean, not regular, but light?
Thanks!
Hey!
You can try following code instead
#top #header .av-main-nav > li > a {
font-weight: 100;
}
Best regards,
Yigit
Ok, thank you very much!
Hi,
Glad we could help, please let us know if you should need any further help on the topic.
Best regards,
Rikard
No, that´s all. thanks!!