Home › Forums › WoodMart support forum › My Account menu in top bar › Reply To: My Account menu in top bar
February 2, 2018 at 1:32 pm
#37008
Bogdan Donovan
Keymaster
This problem caused by this custom code https://gyazo.com/0ee9172ac13791dd9325c94fbaf199b2.
If your initial idea was to change the background color of the main menu dropdowns, you can use this code snippet instead previous.
.main-nav .menu-item .sub-menu-dropdown {
background-color: #282d4f;
}
Regards