Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417563

    JakeAllen
    Participant

    Hello –

    This is probably a simple fix but my navbar is turning white when viewing my page on a mobile device, yet the color I have set for it is black. My menu and logo are in white text, so when menu turns white on a mobile device, you can no longer see anything.

    I have attached a photo showing the issue.

    My site is: thefinanciallysavvy.com

    Thanks

    #1417691

    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .ubermenu-skin-vanilla.ubermenu-responsive-toggle {
      
        background: black;
    }
    
    .ubermenu-skin-vanilla.ubermenu-responsive-toggle:hover {
        background: black;
        color: grey;
    }

    Hope it helps

    Joao

    #1417776

    JakeAllen
    Participant

    That seems to have worked. Thank you for your help!

    #1417898

    Jade
    Moderator

    You’re most welcome.