Home › Forums › WoodMart support forum › Menu config after 6.0 installation › Reply To: Menu config after 6.0 installation
April 16, 2021 at 6:37 am
#283441
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
html body .whb-sticky-header .wd-nav.wd-nav-main .item-level-0:hover>a,
html body .whb-sticky-header .wd-nav.wd-nav-main .item-level-0.current-menu-item > a {
color: white;
background-color: var(--wd-primary-color);
--nav-chevron-color: white;
}
.wd-nav > li.menu-item-has-children > a:after {
transition: all .25s ease;
}
Regards.