Home › Forums › WoodMart support forum › Header dropdowns dark option Header dropdowns dark option This topic has 7 replies, 2 voices, and was last updated 7 years, 1 month ago by Artem Temos. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts December 19, 2017 at 1:42 pm #29655 mikewordpressParticipant Hi, For this option Theme Settings -> Header -> Style and Colors Header dropdowns dark Mega menu dropdowns, search and shopping cart. I can see it can change colors of Mega menu, Search, and Shopping cart either white or black. Is it also possible to change them to another color other than white or black? Thank you, Mike December 19, 2017 at 2:40 pm #29666 Artem TemosKeymaster Hello, As you can see, there are only two color schemes for these dropdowns. If you want, we provide you a CSS code to change the background color for all dropdowns to the desired one. What color do you want to use there? Regard December 19, 2017 at 2:52 pm #29669 mikewordpressParticipant Hello, I would like to use #d5d5d5 for dropdown, search, and shopping cart too. Is that possible? Thank you! December 19, 2017 at 3:22 pm #29671 Artem TemosKeymaster 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; } December 19, 2017 at 3:45 pm #29672 mikewordpressParticipant Hello, That worked but it didn’t work for Mobile Left Side menu. How can I apply that to mobile menu too? Thank you! December 19, 2017 at 4:32 pm #29680 Artem TemosKeymaster Try to replace with this code .mobile-nav, .cart-widget-side, .woodmart-search-full-screen .autocomplete-suggestions, .woodmart-search-inner, .sub-menu-dropdown { background: #d5d5d5!important; } December 19, 2017 at 4:45 pm #29682 mikewordpressParticipant That worked perfectly. Thank you very much! December 19, 2017 at 7:18 pm #29686 Artem TemosKeymaster You are welcome! Author Posts Tagged: mega menu color Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register