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.

  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".
    <style>
    #onlineUsersPopover {
    	margin-left:0px;
    }
    #language-selector {
    	display:none;
    }
    </style>
    
  5. Save your changes.


If you still need help, please contact us.