Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #469967

    Can you please provide me with some quick css to change my mobile menu button and mobile menu close button to white? Thanks!

    #470306

    Hi djshortkut!

    Add this to your custom CSS.

    #advanced_menu_toggle, #advanced_menu_hide {
      background: white none repeat scroll 0 0 !important;
    }
    #advanced_menu_toggle:hover, #advanced_menu_hide:hover {
      color: blue !important;
    }

    Regards,
    Elliott

    #470324

    Thanks Elliott but this code did not work.

    #470573

    Figured it out. You can close this thread.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu Button Color’ is closed to new replies.