Hello,
I am trying to customize a website and make the menu look a little more cohesive. Here is what I am trying to do, if someone hovers over a menu item, I want it to flip the background color to white (maybe with some opacity) but if that item has a sub menu I want it to keep that same look as someone moves to hover over the sub menu.
So example:
Someone hovers over About Us, it to flips the background color to white (maybe with some opacity)
Someone moves down to the sub menu and that same look stays on the About Us menu item.
Hopefully that makes sense, I want to connect main menu items to sub menus even when someone move to hover over the sub menu.
Thanks
Hey ZacApplegateDYI,
The code below flips the colors on hover. Use it and see if you still need to do something else.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-main-nav li:hover {
background: #fff;
}
#top #header.header_color.av_header_transparency .av-main-nav > li:hover > a .avia-menu-text {
color: #000;
}
If you need further assistance please let us know.
Best regards,
Victoria
Right on, just what I was looking for.
Thanks!
Hi,
Glad that Victoria helped you. Let us know if you need further assistance or if we can close this thread :)
Best regards,
Nikko
We can close it, tanks!
Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
Nikko