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.

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link in the main menu.
  3. Click the HTML link.
  4. Insert the following code into the Forum Head Tag HTML Code section.
    <style>
    .columns-wrapper .subforum-list {
    	display: none;
    }
    </style>
    	
  5. 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.

  1. Log in to your Website Toolbox account.
  2. Click the Appearance link.
  3. In the Appearance menu, click the HTML link.
  4. 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>
    	
  5. Save your changes.

Visible subcategories

Hidden subcategories


If you still need help, please contact us.