> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thetinybell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Can visitors close the notification?

> How the close button works and how to customize it.

Yes. Every notification has a close button (X) that visitors can click to dismiss it.

## Close button behavior

* Clicking the X closes the notification immediately
* The notification will not appear again during the current session (by default)
* You can change this behavior in the frequency settings

## Customizing the close button

You can adjust the close button appearance using custom CSS:

```css theme={null}
.tinybell-close {
    color: #333;
    font-size: 18px;
}
```

## Can I remove the close button?

No. The close button is always present to ensure a good user experience. Notifications that cannot be closed frustrate visitors and increase bounce rates.
