Tagged: woocommerce
so I have subcategories set to be the landing page for the user when they go to our store here http://tinyurl.com/jvqcdns. I like how the categories have thumbnails that I added in the categories tab. but once a category is selected I don’t like the category image that shows above the products.http://tinyurl.com/mtjal2h
How would I get ride of that image above the products once a user clicks on a category.
Hi asherbarrett!
Try adding this CSS code:
.tax-product_cat .category_thumb {
display: none;
}
Best regards,
Josue