Home › Forums › WoodMart support forum › Child Theme › Reply To: Child Theme
October 20, 2023 at 2:37 pm
#505747
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_product_categories .product-categories li.current-cat>a {
color: red;
}
.widget_product_categories .product-categories li a {
Color: black;
}
Best Regards.