Hiding product categories on the shop page
There are situations in which you might not want to display the product categories at the top of your shop page.
To hide them, all you need to do is add the code below in Appearance → Customize → Additional CSS:
.woocommerce-products-header .woocommerce-categories {
display: none;
}
Here’s a before and after picture.
Updated on May 6, 2022