put your css in the theme options but if an item in the main navigation bar is more than 1 word, all words had a capital to begin with. I put this css in:
Could you please create your own forum topic because other will not get notified which may be unwanted for them. I think that’s not ok. If you use text-transform: none; then whatever you type on the page, it will display the same result. This may work for you
Hello everyone,
the solution gave the support team worked well for the main menu , but does not work for sub elements. How do I can solve it? Thank You.
Hi joseamorenoh,
Try this below CSS
`#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a {
text-transform: uppercase;
}`