Home › Forums › WoodMart support forum › adding background colour to active menu item › Reply To: adding background colour to active menu item
July 22, 2020 at 11:28 am
#213151
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this. And replace your custom code
.menu-item.current-menu-item > a,
.menu-item.item-level-0 > a:hover,
.menu-item.current-menu-parent.item-level-0 > a {
background-color:#8cb65b;
}
Regards