Home Forums WoodMart support forum categories Reply To: categories

#355239

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