Help > Forum > Themes & Appearance > Removing the hide category icon

Removing the hide category icon

A cross or eye icon appears next to each category on your forum. Users can hide that specific category by clicking the icon next to it. If you'd prefer that users not be able to hide categories, please follow the instructions below to remove the icon:

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link in the main menu.
  3. Click the HTML link.
  4. Add the following code under the Forum Head Tag HTML Code
  5. <style>
    .columns-wrapper a.close-row {
        display: none !important;
    }
    </style>
    
  6. Click the Save button at the bottom of the page.


If you still need help, please contact us.