Lower Case Menus

Home Forums Iconic One Pro Support Lower Case Menus

This topic contains 4 replies, has 2 voices, and was last updated by  Rmccas 6 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5113

    Rmccas
    Participant

    Hi,

    How can i have the Menus/link in lower case instead of Upper case

    Example: Home, Test1 Test2

    Thanks
    RS

    #5114

    You can use the following custom CSS

    
    .themonic-nav li a {
        text-transform: capitalize;
    }
    #5115

    Rmccas
    Participant

    Hi,

    I have added the line to the custom.css but on the main menu i still see everything in uppper case. The sub Menus are fixed and lower case.

    However i also want to have the main menu in Lower case Like Home and not HOME

    Thanks
    Rui

    #5116

    Must be browser cache, as it’s working at my end. Empty it and check again. Also, try in the Simple Custom CSS plugin.

    Please provide site link if it still doesn’t work, you can email the link too if you don’t want to share publicly.

    #5117

    Rmccas
    Participant

    Hi,

    I have added the suggested plugin and its all working now.

    Thanks

    Regards
    RS

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.