[Support request] How to change hamburger menu hover color

Home Forums Support [Support request] How to change hamburger menu hover color

Home Forums Support How to change hamburger menu hover color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #766475
    Purushottam

    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.

    #766836
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.