Upper Case and lower case on main menu

  • Unknown's avatar

    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
    Ralph

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    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

  • Unknown's avatar

    Thank you!
    Solved!

  • The topic ‘Upper Case and lower case on main menu’ is closed to new replies.