ToolkitSuitePopupHow To Remove the Close Button
FAQ

How To Remove the Close Button

Different widget types have different methods for removing or hiding the close button.

Pop-Up

Open the widget editor and go to Widget Settings. Find the Close Button Location option and set it to "none".

!Pop-up close button setting

Open the widget editor and go to Widget Settings. Toggle the "Can Be Closed" option off.

!Banner close button setting

Inline Widget

Open the widget editor and go to Widget Settings. Toggle the "Can Be Closed" option off.

!Inline widget close button setting

Welcome Screen

Open the widget editor and go to Widget Settings. Adjust the Close Button Type or remove the close button entirely.

!Welcome screen close button setting

Floating Bar and Scroll Box

These widget types do not have a built-in UI option to remove the close button. Use custom CSS instead:

.conv-closer {
  display: none !important;
}

Add this CSS to your widget's custom CSS field to hide the close button.

!Floating bar/scroll box close button

Need more help?

If you've worked through this and still need a hand, contact support -- we'll dig in with you.