By default, your forum shows both the Topics and Categories tabs. If you prefer a simpler layout, you can set Categories as your forum home page. This makes the Categories page the first page visitors see when they open your forum instead of the Topics page. If you'd also like to remove the Topics tab so that only the Categories tab is displayed, you can do so by adding the CSS below.
- Log in to your Website Toolbox account.
- Go to Integrate.
- Click Custom Code.
- In the Forum Head Tag HTML Code section, add the following code:
<style> .forum-list ul.nav.nav-tabs li:first-child { display: none !important; } </style> - Click Save.
Note: This only hides the Topics tab from the forum home page. Members can still view topics by opening a category, where all topics in that category will continue to be displayed.