Home › Forums › WoodMart support forum › categories in page title › Reply To: categories in page title
December 6, 2022 at 4:30 pm
#426722
Aizaz Imtiaz Awan
Keymaster
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