Archived topic
Submenu without formatting
3 replies · Started by Michael on April 17, 2019
Hi,
I have set the primary navigation to be in uppercase. It defaults to the submenu as well. Is there a way to disable the uppercase for the submenu?
I could of course re-write all the menus... :)
GPP 1.8
Hi there,
try this CSS:
.main-navigation .main-nav ul ul li a {
text-transform: initial;
}
Amazing :)
Do you just create this on the fly, or do you have some kind of web based resource?
Thanks again
The Browser Inspector is the best way to find what classes you need to use. When you done that a few hundred ( or thousand times ) you begin to know the Theme classes off the top of your head.
Same with the CSS properties. The W3 Schools website provides a user friendly explanation of the different CSS properties.