Archived topic
Remove Category 'Product' from Shop Listing
3 replies · Started by Paul on February 2, 2023
So on this page - https://www.givepraiserecords.com/releases/
I was wondering if I can get rid of the UNCATEGORIZED (12) product link - I'm trying to get rid of it, but don't know how!
Sorry!
Thank you so much as always!
Hi there,
Is the Uncategorized always the first item? If yes we can use this CSS but it is not the best solution:
.post-type-archive-product ul.products li:first-child {
display: none;
}
If you want to remove the uncategorized from the product loop then you would need to check with WooCommerce support team.
Another workaround is to actually assign a category to each of the products.
Hope this helps.
Amazing!!!! Thank you so so much!
Perfect!
Paul
No problem :)