Help > Forum > Topics & Posts > How do I hide the print option?

How do I hide the print option?

  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 textbox:
    <style>
    .printer_friendly_icon, .share-icons.print {
        display: none;
    }
    </style>
    
  5. Save your Settings.


If you still need help, please contact us.