Hi,
I’m trying to find where I can change the font, font size, font weight, font colour and letter spacing for the Main Menu in Enfold?
Thanks.
Hi Niels!
Please go to Enfold theme options > Advanced Styling and choose to edit “Main menu links”
Cheers!
Yigit
Thanks for that Yigit, but that only lets me change the font, font colour and size. I would also like to change the letter-spacing and display it uppercase.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .av-main-nav > li > a { text-transform: uppercase; letter-spacing: 0.25em; }
Cheers!
Yigit
That’s perfect, many thanks Yigit.
:)