Home › Forums › WoodMart support forum › Change color bottom header drop down menu › Reply To: Change color bottom header drop down menu
May 31, 2024 at 11:08 am
#569681
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-header-cats .menu-opener:not(.has-bg) {
background-color: #e3dede !important;
}
.wd-header-cats .menu-opener .menu-open-label {
color: black !important;
font-size: 15px !important;
}
Best Regards.