How to have lowercase in Menu Bar – when title is in *all caps

  • Posted in : Read WP
  • AFThardcore
    Participant

    going through and setting it up now – i noticed that on the demo site you can have all caps on title of page – but the navi (menu bar) is in lowercase.

    how do i accomplish this because right now if i go all caps – the menu bar is in all caps also – i don’t want them to be the same.

    Mehmet S.
    Keymaster

    Hi, use this in your theme options > custom css:

    #site-navigation { text-transform: lowercase; }
    

    Thanks

    AFThardcore
    Participant

    awesome – great help.!
    thanks

    Mehmet S.
    Keymaster

    You are welcome.

    Felipeslemos
    Participant

    I try to insert this three different customs css to change menu font to lowercase and don’t work. Am I doing this wrong?

    #site-nav { text-transform: lowercase; }
    #main-navigation { text-transform: lowercase; }
    #site-navigation { text-transform: lowercase; }

    ahmetsali
    Keymaster

    @Felipeslemos

    Hi, try this custom css code;

    .main-navigation {
        text-transform: lowercase;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register