Hello,
I don’t know why The HOME page’s menu stays in lowercase, how can I make it uppercase as the other menus?
Hey pietro_fanciulli,
Please try the following in Quick CSS under Enfold->General Styling:
#avia-menu li.current-menu-item a {
text-transform: uppercase;
}
Best regards,
Rikard
Hey Rikard,
I tried but it seems it doesn’t work, it stays Home in lowercase.
Best regards,
Pietro Fanciulli
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
I checked and now it works in the HOME page (it took a while before it changed) but it doesn’t work when I open other pages, Homes stays in lowercase. I also cleared the cache with SiteGround optimizer.
Best regards,
Pietro Fanciulli
Hi Pietro,
Thanks for the update. Please try replacing the CSS I sent before with this:
#avia-menu li.current-menu-item a, #avia-menu .menu-item a {
text-transform: uppercase;
}
Best regards,
Rikard
Ok now it works everywhere. Thank you very much!
Hi pietro_fanciulli,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria