• Resolved dudorz

    (@dudorz)


    Hi!
    is there any way to use css to have lower case letters in the menu?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author thememattic

    (@thememattic)

    Hi @dudirz,

    Thanks for writing in!

    Navigate to Appearance ? Customize ? Additional CSS and add below CSS.

    body .main-navigation ul li a {
        text-transform: inherit;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Manu lowercase’ is closed to new replies.