Home Forums WoodMart support forum Banner category Reply To: Banner category

#557213

Hello,

Your issue has been resolved. Navigate to Pages > Edit Shop Page > In the Bottom of the Page Settings configure the page title.

And added the following custom css code in Theme Settings > Custom CSS > Global Custom CSS.

.wd-nav[class*="wd-style-underline"] .nav-link-text, .wd-nav-product-cat .nav-link-count {
    color: blue !important;  
}

Best Regards.