Dropdown Menu background-color

I have an embedded shop.
Anyone know the css to change the background-color of the dropdown-menu ?
Thanks

Aleš

You have a link to your shop?

https://rolfguild.ch/Webshop.html#!/

This is more of a question which one of the inherent css
.SprdMain .sprd-navigation it is ? - Not so much what I do on my website.

try
.sprd-department-filter__menu

Great ! Thank you that did part of it, what about also the headers of the submenus “Men” “Women” “Kids” etc.- see screenshot

div#department-filter-D1 {
background: #f9f9f9;
}

div#department-filter-D3 {
background: #f9f9f9;
}

div#department-filter-D4 {
background: #f9f9f9;
}

div#department-filter-D6 {
background: #f9f9f9;
}

div#department-filter-D5{
background: #f9f9f9;
}

div#department-filter-D19 {
background: #f9f9f9;
}

Thanks Bro :slight_smile: :smiley:

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.