Uncategorized category from WooCommerce last version
-
Hi there, could you take a look to that thread please? https://wordpress.org/support/topic/uncategorized-category-2/
Last version of WooCommerce created an Uncategorized category as default that I can’t delete. If I try to set a pre-existent category as default it miss from WooCommerce categories on the shop page.
Could you help me please?
Thank you.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.basel-product-categories>li.wc-default-cat {
display: inline-block;
}
Regards
It will work with a pre-existen category as default or with the Uncategorized empty category as default?
It will work with any category marked as default in WooCommerce.
Now it works perfectly. Thank you! Do you think that it will insert in next Basel update?
No, we will not since almost all customers asking about hiding this category in the shop categories menu. Just keep that CSS code.
The topic ‘Uncategorized category from WooCommerce last version’ is closed to new replies.