• Resolved revilo82

    (@revilo82)


    I want to use lowercase and uppercase letters in the menus. Where can I change the setting in the style.css?

    I want to see:

    Home

    instead of

    HOME

    in the menu.

    Thank you.
    Oliver

    • This topic was modified 9 years ago by revilo82.
    • This topic was modified 9 years ago by revilo82.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Hi Oliver,

    Please add the following code.

    .main-navigation div.menu > ul,
    .main-navigation ul.menu {
        text-transform: none;
    }

    Regards,
    Takao Utsumi

    Thread Starter revilo82

    (@revilo82)

    Hi Takao,

    thank you. Works!

    Regards,
    Oliver

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Lowercase for menus’ is closed to new replies.