Home Forums WoodMart support forum Change background color of main menu Reply To: Change background color of main menu

#217121

Hello,

I have visited the URL you attached. Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-archive-shop .whb-sticked .whb-row {
background: white !important;
}
.woodmart-archive-shop .whb-sticked .whb-color-light .navigation-style-underline .item-level-0 > a {
color: black;
}
.woodmart-archive-shop .whb-sticked .whb-color-light .wd-tools-element > a {
color: black;
}

Best Regards.