Site logo

Archived topic

Hamburger menu on mobile and tablet screens

3 replies · Started by Kévin on May 29, 2020

Viewing posts 1–4 of 4

Hello again,

Something happened suddenly on my hamburger menu. When the mouse is hover the hamburger menu a white bar appears and all the link is on this white bar.

I just want a simple link on the hamburger and without any color change. Why is the link size bigger than the hamburger, when before everything worked well ?

Can you help please ?

thank's

Kévin

Hi there,

in your Child Theme Style Sheet you have this CSS:

button:hover {
    background-color: #ffffff !important;
}
button:focus {
    background-color: #ffffff !important;
}

remove that to resolve the issue

Thank's David !

It works well.

Glad to be of help

This archived topic is closed to new replies.