Tagged: demo content, menu
I’m using this demo content: https://kriesi.at/themes/enfold-startup/our-story/
But, how do I get the look of the menu that has background colors on hover like this – https://kriesi.at/themes/enfold-gym/
AND also has option for wide mega menu style dropdowns like this – https://kriesi.at/themes/enfold-2017/portfolio/
Can detailed menu editing like this be done inside of the wordpress menus or do I have to use css? Hoping most can be done via menus…
Hi,
Thank you for using Enfold.
The hover effect is disabled for transparent headers but you can use this css code to enable it back.
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a:hover {
background: #83a846;
}
To create a mega menu, go to the Appearance > Menus panel. More info in the documentation.
// https://kriesi.at/documentation/enfold/mega-menu/
Best regards,
Ismael
What would the CSS code be to keep the background hover color activated when also hovering over the associated submenu/megamenu dropdown?