Home › Forums › WoodMart support forum › Header dropdowns dark option › Reply To: Header dropdowns dark option
December 19, 2017 at 3:22 pm
#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;
}