Help > Forum > Themes & Appearance > Removing the language drop down
Removing the language drop down
You can follow the directions below to remove the language selection drop down from the bottom of your forum.
- 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".
<style> #onlineUsersPopover { margin-left:0px; } #language-selector { display:none; } </style>
- Save your changes.
If you still need help, please contact us.