Home › Forums › WoodMart support forum › Change background color of main menu › Reply To: Change background color of main menu
August 7, 2020 at 12:45 pm
#217121
Aizaz Imtiaz Awan
Keymaster
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.