Menu Text
-
I want menus text to be “capitalized” instead of being “all caps”,thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS to set the text transformation back to normal.
.main-navigation { text-transform: none; } -
-
- The topic ‘Menu Text’ is closed to new replies.