Shop All Link on Shop Page
-
See Screenshot.
In the Shop Page Title header there is no link for ‘all categories’
Why is this link hidden? I cant find the setting to enable it again.
Or do I need to use css to override it again?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-product-categories .shop-all-link, .woodmart-product-categories .wc-default-cat {
display: inline-block;
}
Best Regards