• Resolved YOELO

    (@yoebo)


    How can I change the background colour of the actual hamburger menu button (not the menu list)? I’ve had a try but it changes the whole header background not just the button.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add the following CSS code to your site (under Appearance → Customize – Additional CSS):

    button.menu-toggle, 
    button.menu-toggle:hover {
      background: #00ff00;
    }

    This should change the color for the button only on mobile, and not change the menu iteself.

    Thread Starter YOELO

    (@yoebo)

    @senff Works great! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change (mobile) Menu button background colour?’ is closed to new replies.