Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #293822
    [email protected]
    Participant

    Hello, I have specially set my menu items in my menus to be in lower case in the menu options, which works fine for 1st level menu items, but for some reason the 2nd level/ sub menus in this theme default to Title Case?
    Help! How can I fix it?
    Thank you
    Nicole

    #293852
    Skandha
    Participant

    @nicoleniceassets-co-nz: Hello Nicole,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-navigation a {
        text-transform: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘2nd level menu default is Title Case?’ is closed to new replies.