Hi, i need uppercase text in my main menu – this doesn’t work:
.av-main-nav-wrap {
text-transform: uppercase !important;
}
any other solution?
Thank you!
Hey Stefan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header .av-main-nav li a {
text-transform: uppercase;
}
If you need further assistance please let us know.
Best regards,
Victoria
thank you for helping, but it doesn’t work. Also with “!importat” it doesn’t work
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over?
Best regards,
Jordan Shannon
Now it works, but only in the desktop version – not on mobiles
Hi,
Provide a link to the site/page in question so we can look into this further. Mobile has a hamburger menu class. You need to target that.
Best regards,
Jordan Shannon