Reply To: Mobile CSS

Home Forums Support Mobile CSS Reply To: Mobile CSS

Home Forums Support Mobile CSS Reply To: Mobile CSS

#146148
Tom
Lead Developer
Lead Developer

Hi Ross,

By default, the mobile menu should copy the main menu styling (background color and text color).

However, the CSS you’re looking for is:

button.menu-toggle,
button.menu-toggle:hover, 
button.menu-toggle:active, 
button.menu-toggle:focus {
    color: #FFF;
}

Let me know if this helps or not 🙂