Archived topic
Remove Categories on Category Pages - niche template / woocommerce
3 replies · Started by Artem on November 1, 2020
Hi I'd like to remove all the categories on every category page and only display the categories on the /shop page.
Here is a screenshot of what I mean: https://ibb.co/S7RB1by
I tried it with the following CSS code:
.archive .woo-cat-nav {
display: none;
}
but this also removes it from the /shop where I want it to be.
Hi there,
go to Appearance > Elements, and edit the Woocommerce Shop Category Menu hook element. On its Display Rules remove the Location: Product Category Archive
Thank you David! This has helped me!!
You're welcome