Home › Forums › WoodMart support forum › Banner category › Reply To: Banner category
April 15, 2024 at 10:29 am
#557213
Aizaz Imtiaz Awan
Keymaster
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.