How to show categories under Page Title?
-
Product Categories appear automatically below the Page Title (please see attached). However, I have a few missing. Can you tell me where I configure this? Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Find the option to enable categories in the Shop page title navigating to the Theme Settings > Shop > Titles and Sidebars
Best Regards
Hi, it’s already set to “On”. One of my categories is still missing. Any suggestions?
Attachments:
You must be
logged in to view attached files.
Hello,
I cannot log in your site as per provided credentials. Make sure all the categories have the products.
Best Regards
All categories have products.
I have sent you the login details.
Thanks.
Hello,
You renamed the Undefined category into Oils. We hide this category with CSS. So there are two ways: create one new category and reassign all the products to it or add this custom CSS to the Theme Settings > Custom CSS:
body .woodmart-product-categories .wc-default-cat {
display: inline-block;
}
Best Regards