# How can you remove the recycle bin so visitors don&#39;t see it?

It seems you can only remove it by back-end coding. Why is this? Or at least why can't you remove it from visitors' view?

##### Post Metadata
- Posted at: over 6 years ago
- Author title: Content Manager
- Net upvotes: 1


## Comments
### Comment 1

Follow the below steps,

1.Navigate to the required page and Edit Page.
2.Add a Script Editor Web Part anywhere in the page.
3.Open tool pane of script editor Web Part by clicking “Modify Shared Web Part” option from top right drop down of web part.

4.Click on “Source Editor” button inside tool-pane and in “Text Entry” window paste the following lines.

&lt;style&gt;
    .ms-recyclebin {
    display:none;
    }
    &lt;/style&gt;
    &lt;style&gt;
    .ms-quicklaunchheader{
    display:none;
    }
    &lt;/style&gt;

5.Click Save

##### Comment Metadata
- Posted at: over 6 years ago




## Related Product
[Microsoft SharePoint](https://www.g2.com/products/microsoft-sharepoint/reviews)

## Related Category
[Employee Intranet](https://www.g2.com/categories/employee-intranet)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: about 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: about 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: about 13 years ago
  - Comments: 4


