Skip to main content
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:
.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.