Category menu in each category, how many categories can place here
-
in my page i have 8 categories but in categorie menu in title only show me 7 categories and default categories is not shown.
How i can control what categories show in this category menu in title.
I change verduras category that was my default category for mix category then now show verduras category and not show mix category.
Can you help me please.
Attachments:
You must be
logged in to view attached files.
Hello,
By default, Uncategories is hidden with CSS by our theme.
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