Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #291154

    Hi There,

    we would like to change the color of the mobile “burger menu” from White to Black.
    With the following code we achieved it on desktop pcs, but not on mobile devices:
    .avia_desktop #advanced_menu_toggle {background-color: #000!Important;color: #ffffff!Important;border-color: #000!Important;}

    See also the attachment here: https://dl.dropboxusercontent.com/u/2345492/Mobile-menu.jpg

    What are we doing wrong?

    Thanks for your help, elbnetz

    #291407

    Hi elbnetz!

    Thank you for using the theme.

    Please remove .avia_desktop selector. Use this:

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #000!Important;
    color: #ffffff!Important;
    border-color: #000!Important;
    }

    Regards,
    Ismael

    #291442

    hi Ismael,

    many thanks, it works :-)

    Thanks, T.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change color of mobile menu’ is closed to new replies.