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 Custom Code 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.