I have an embedded shop.
Anyone know the css to change the background-color of the dropdown-menu ?
Thanks
Aleš
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?
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

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