Close

hide the subcategories from the category page

webshop@camjo.be-12887695-12887695
7 years ago
#14628 Quote
Avatar
  • 2
We prefer to show them in the filter menu.

We do want to use the subcategories in the menu.

webshop@camjo.be-12887695-12887695
7 years ago
#14629 Quote
Avatar
  • 2
webshop@camjo.be wrote:
We prefer to show them in the filter menu.

We do want to use the subcategories in the menu.



https://drive.google.com/open?id=1UEI5adwHa7N3r-M9uTGljGaHyiqgu5p6
Valentin-11401135-11401135
7 years ago
#14636 Quote
Avatar
  • 172
webshop@camjo.be wrote:
We prefer to show them in the filter menu.

We do want to use the subcategories in the menu.



https://drive.google.com/open?id=1UEI5adwHa7N3r-M9uTGljGaHyiqgu5p6


Greetings,

you can hide the sub-category boxes from your category page by adding the following code to your Custom Head Styles section, located in you admin panel -> Nop-templates -> Themes -> Pavilion -> Settings:

.category-page .category-grid.sub-category-grid {
    display: none !important;
}
Best Regards,

Valentin Kirov
Nop-Templates.com