I was using the advanced styling section to adjust some menu items, and during that process it seems my menu button for mobile has been turned white. How do I target changing the color back to a visible color? Thanks!
Hey LOFOB,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .header_color div .av-hamburger-inner {
background-color:#ddd !important;
}
}
Also make sure to delete the old CSS and JS files under Enfold->Performance before you check the results.
Best regards,
Rikard
