Home › Forums › WoodMart support forum › categories › Reply To: categories
February 23, 2022 at 7:24 am
#355239
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.color-scheme-light .wd-nav-product-cat .nav-link-count {
color: red;
}
.wd-nav.wd-style-underline .nav-link-text {
color: red;
}
Best Regards