Home Forums WoodMart support forum Changing image on page banner Reply To: Changing image on page banner

#245121

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .color-scheme-light .category-nav-link .category-products-count {
    color: white;
}
body .woodmart-product-categories .category-nav-link {
    color: white;
}

Best Regards