Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19599
    Cybersnaby
    Participant

    Hi – love the theme but menus show very oddly in mobile format – the top right header menu (a widget) shows quite nicely, but main menu resolves poorly and is hard to read. can we change this at all? Link here: http://www.flintholidaycottages.com

    #19607
    Sakin
    Keymaster

    @Cybersnaby: It’s a responsive design and while changing the menu color the mobile memu color haven’t been changed. So, to match with your color you can add the following CSS in “Appearance => theme Options => Custom CSS” box.

    .sb-holder {
        background-color: #ccc;
    }
    .sb-selector:link, 
    .sb-selector:visited, 
    .sb-selector:hover {
        color: #404040;
    }
    .sb-options a:link, .sb-options a:visited {
        color: #404040;
    }
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
        background-color: #ccc;
    	color: #404040;
    }
    #19608
    Cybersnaby
    Participant

    That worked like a dream – thank you so much Sakin!

    One further ask – the top right header menu is (a bit confusingly) labelled ‘Menu’ on mobile devices, whereas the main navigation menu has no such label. Can we alter this at all? Thanks.

    #19615
    Sakin
    Keymaster

    @Cybersnaby: It’s when you view your homapage, the top menu doesn’t have home so it is just showing Menu and for the menu menu it’s showing Home.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Weird menu on mobile’ is closed to new replies.