Home Forums WoodMart support forum Header dropdowns dark option Reply To: Header dropdowns dark option

#29671

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

.cart-widget-side,
.woodmart-search-full-screen .autocomplete-suggestions,
.woodmart-search-inner,
.sub-menu-dropdown {
    background: #d5d5d5!important;
}