Color change not working for subcategory both in mobile and destop
-
Hi,
I have changed the color of category drop down to yellow.It is working fine but the subcategories color is still black how to change that??
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .color-scheme-light .basel-product-categories li a {
background-color: red;
}
body .color-scheme-light .basel-product-categories {
background-color: red;
}
@media (max-width: 991px){
body .color-scheme-light .basel-product-categories li .children {
background-color: red;
}
}
Set the colors as per your needs.
Best Regards