How to edit widget product category parent color **only parent**
-
How to edit widget product category parent color **only parent**
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.widget_product_categories .product-categories li.current-cat>a {
color: rebeccapurple;
}
Best Regards
this css apply to only active parent category. do you have the way to apply to all parent category?
Hello,
Please replace the previous Custom CSS with the following.
.widget_product_categories .product-categories .cat-parent a {
color: red;
}
ul.children.list-shown li > a {
color: black !important;
}
Best Regards