• Hi Ben,

    Was hoping you could help me find where the theme is making my main menu all caps.

    I’d like to remove it and have had a crack at it myself but I can’t seem to pinpoint where it is happening.

    Cheers,
    Gerald

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Gerald,

    That’s a good question.

    Here is a CSS snippet that will remove the all-caps casing from the main menu items:

    .menu-primary a {
    	text-transform: none;
    	letter-spacing: 0;
    }

    That code can be copied and pasted into the Additional CSS section in the Live Customizer (Appearance > Customize).

Viewing 1 replies (of 1 total)
  • The topic ‘Stop main menu being all caps’ is closed to new replies.