Archived topic
How to change hamburger menu hover color
1 reply · Started by Purushottam on December 27, 2018
Viewing posts 1–2 of 2
Hi, When I open my website on mobile, once i click the slideout menu open icon, there's this blackish blob visible after I close the menu.
Hi there,
You seem to have some CSS adding those colors.
Try adding this to your custom CSS:
button.menu-toggle:hover,
button.menu-toggle:focus {
background-color: transparent;
box-shadow: 0 0 0;
}
This archived topic is closed to new replies.