---
title: "Hide Visible Widget for Future Use"
canonical: "https://kb.uconn.edu/space/IKB/26017956718/Hide%20Visible%20Widget%20for%20Future%20Use"
format: markdown
---
If you have a widget on a page or post using Page Builder that you do not want to display but also do not want to delete, you can hide it. To do so, go to the widget's **Edit** screen and click on **Attributes**. Then, add the following line of code to the widget's **CSS Styles**:

```
display: none;
```

You cannot do this for widgets in **Appearance** > **Widgets** since they do not have an option to enter custom CSS.

![css styles box](media://5f2f9448-5e34-4590-a7fa-2c0df409a657)

## Related Articles

> Macro (contentbylabel)