Home Forums WoodMart support forum hover to be active on the main menu while hovering on the submenu Reply To: hover to be active on the main menu while hovering on the submenu

#305804

Razanfati
Participant

Hello,

We have used the html block to create the mega menus, and added css code for each menu category as following:

/* main menu hover effect*/
.Bathroom-nav a:hover {
background-color:#dee8ef;}

/* Bathroom sub menu hover effect*/
#menu-bathroom-menu-jet li:hover > a{
background-color:#dee8ef;
}

We want to maintain the hover color effect on the main category while hovering on the child category (sub-menu)

Regards