Header Menu dropdown fill color

Hello,
How do I get the background hover color to fill the submenu item container? Currently the hover color does not fill the container and the background color shows where there is no text.

Hey @BigStache,

Here’s the quick solution. Paste the code below in your Header CSS.

.sub-menu .x-anchor {
    width: 100%;
}

I’d recommend that we investigate the root cause of this though. I currently can’t see where the code’s coming from though because of minification. If you’re interested, please give us WordPress Admin access so we could see your header setup.

Thanks.

That worked! Thank you so much!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.