Items nested under a “-” column in a mega menu do not display the correct hover effect. However, once you scroll down and the sticky header appears, these items display the correct hover effect.
All items under “Download” display the CORRECT hover effect. All items under “-” do NOT display the correct hover effect:
Mac OSX, Safari.
Hey danldurall,
If you look at our demo here, this is how the items under a “-” column are designed to behave.
If you would like to change the hover effect, you can try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.sub-menu li a:hover{
background: #f8f8f8 !important;
color:#000000 !important;
}
Best regards,
Sarah
Perfect, thanks Sarah!
Hi,
Glad we could help! Thanks for using Enfold :)
Best regards,
Nikko