Hide categories from product page

Need help? Please give a detailed explanation of your problem.
Post Reply
AllPro Expert
AllPro Expert
Joined: Tue Nov 18, 2014 12:42 pm
Website: apwt.bluezenith.com

Hide categories from product page

  • Quote

Post

Hello,

How can I hide a product category from the sidebar? This is not an 'empty' category - the category has products in it, but I do not want that particular category to show up publicly in the sidebar, while keeping other categories showing up in that area. Is this possible to do?

Let me know, thanks!
Support Team
Support Team
Website: www.allprowebtools.com

Re: Hide categories from product page

  • Quote

Post

You will find that each category has an id field such as:

Code: Select all

<div class="productsidebar list-group" id="prodcategory7">
You can adjust your css file like the following:

Code: Select all

#prodcategory7 {display:none;}
AllPro Expert
AllPro Expert
Website: apwt.bluezenith.com

Re: Hide categories from product page

  • Quote

Post

Great, thanks! This helps.
Post Reply