Close

hide the subcategories from the category page

[email protected]
5 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.

[email protected]
5 years ago
#14629 Quote
Avatar
  • 2
[email protected] 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
5 years ago
#14636 Quote
Avatar
  • Moderator
  • 172
[email protected] 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