Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1056078

    fictionadmin
    Participant

    Hi!
    Working on a small client side for Smartphone. Didnt can find the option to change the colour and hover for the burger button on mobile. can only change the background ccolour for navbar. whant to have background white and burgerbutton grey.
    can u help?

    additional i like to remove these small boxes around the text inside of the navigation. (text background boxes on mobile menu).

    http://monkeeplatez.com/af-mobile/

    WP: 4.5.3; XTheme: 4.5.2

    thanks a lot!
    best
    alex

    #1056220

    Christian
    Moderator

    Hey Alex,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1056519

    fictionadmin
    Participant
    This reply has been marked as private.
    #1056773

    Joao
    Moderator

    Hi Alex,

    Please add the following code to Appereance Customizer Custom CSS

    Adjust grey to your desired color, you also can use hexadecimal like #ffffff

    .x-btn-navbar.collapsed:hover {
    color: grey;
    }
    
    .x-btn-navbar {
    color: grey;
    }
    
    .x-btn-navbar:hover {
    color: grey;
    }

    If you whant change the color of the navbar, please add the following code:

    .x-navbar-inner {
    background-color: white;
    }

    Hope that helps,

    Joao

    #1057066

    fictionadmin
    Participant

    hey! and how i can remove these boxes behind the text?
    thanks a lot!

    #1057076

    fictionadmin
    Participant

    and sorry the only colour is working is the hover in black. the burger button is still white so u cant see him…

    #1057529

    Lely
    Moderator

    Hi There,

    The hover color is grey when I check. See this:http://screencast-o-matic.com/watch/cD1ZeLiZOO
    Please clarify so we can help you better.