Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47926
    stella
    Member

    Hi the theme is working perfectly fine however, when looking at it from the phone the primary menu is called “menu”. I want it simply to be called home without having a drop down menu (basically like it looks on bigger devices). The fixed header menu name i would like to change also. What do I have to do?
    lesrauction.com

    Thank you in advance

    #48006
    Sakin
    Keymaster

    @stella: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 960px) {	
    #access-top .tinynav, #access .tinynav { display: none; }
    #header-menu ul.menu, #fixed-header-top ul.menu { display: block; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu on phone’ is closed to new replies.