Home Forums WoodMart support forum categories in page title Reply To: categories in page title

#426722

Hello,

Right now, there isn’t a separate option available for that.

So, you would need to try out the following Custom CSS on your Site in this regard and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.title-design-centered .wd-nav-product-cat { display: none; }

Then you would need to try out the following Custom CSS on your Site and paste it under the Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section:

.title-design-centered .wd-nav-product-cat { display: block !important; }

Hope this works out for you !

Best Regards