Upper Case and lower case on main menu
-
Hi, my theme is Perennial
The Main Menu shows all headings/links in CAPITALS, how can I show headings/links on Capitals and Lower cases… for example, in Customizer, I write the menu heading as “Animales Domésticos”… but then, it shows up as “ANIMALES DOMÉSTICOS”
Thank you for your help
RalphThe blog I need help with is: (visible only to logged in users)
-
Hi @rprwg,
you could add the following code to customize CSS.
Steps to follow
My Sites -> Customize -> Additional CSS..header-menu a {
text-transform: capitalize !important;
}This code will capitalize the first letter of the text
I hope this is what you want.
Thanks
-
- The topic ‘Upper Case and lower case on main menu’ is closed to new replies.