Hello!
How can I change the typography of sub menu into UPPERCASE?
In advanced styling options I can only change the size.
Thanks in advance and best regards
Josephine
Hey Josephine,
Thanks for contacting us!
I added following code to Quick CSS in Enfold theme options > General Styling
/* Transform submenu to uppercase */
.av-main-nav ul {
text-transform: uppercase;
}
Please review your website :)
Best regards,
Yigit
Hey Yigit,
great, thanks a lot!
Best regards,
Josephine
I have another question concerning the typography of the main menu.
I would like it to change the color on hover and also that the font color stays when I visit a page.
So that the user see what page he is visiting.