Help > Forum > Categories > Hiding the list of subcategories
Hiding the list of subcategories
You can follow the instructions below to hide the list of subcategories shown for a category on the Categories page.
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the HTML link.
- Insert the following code into the Forum Head Tag HTML Code section.
<style> .columns-wrapper .subforum-list { display: none; } </style>
- Save your changes.
Visible subcategories
Hidden subcategories
You can follow the instructions below to hide the list of subcategories that appear when a parent category is being viewed.
- Log in to your Website Toolbox account.
- Click the Appearance link.
- In the Appearance menu, click the HTML link.
- Insert the following code into the Forum Head Tag HTML Code section.
<style> .wt-subcategories-nav, .wt-subcategories-content { display: none !important; } #category_list .single-nav { margin-top: 0 !important; padding-top: 0 !important; } </style>
- Save your changes.
Visible subcategories
Hidden subcategories
If you still need help, please contact us.