Show only top content category page, remove product listings nav
-
Just wanted to post this in case anyone else had the same question.
I wanted to remove the products on a category page and only show the top content I had on that page. I did this by adding the following to the child.css file…
.term-*insert_category_#_here* .category-page
{ display: none; !important; }You can find the category id # in product categories by hovering over the link and looking at the bar in the bottom left of the screen.
Hope this helps someone.
- The topic ‘Show only top content category page, remove product listings nav’ is closed to new replies.