Remove category from shop page
-
Hi, I have an issue I’m trying to solve on my site. I don’t want any products or categories to be present on my shop page. But I can’t seem to get the list completely empty.
If you scroll to the bottom you can see a remaining button for All products with the special offer image, I want this off the front page.
I have tried to do this with CSS by doing the following
/*catagory dispear*/
ul.products li.product.first {
display:none;}This works but then it also hides the first items in the list in my categories page
https://www.beautyharbourclinic.com/store/product-category/allbrands/
Which I don’t want to do.The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove category from shop page’ is closed to new replies.