Home › Forums › WoodMart support forum › Size and color of categories in widgets › Reply To: Size and color of categories in widgets
May 22, 2023 at 4:46 pm
#468922
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_product_categories .product-categories li a {
color: blue !important;
font-size: 10px !important;
}
Change the code as per your need.
Best Regarrds.