How to remove the close button from my widget?
Depending on the widget type, you can remove the close button from the widget by following the steps below.
Pop-up #
For Pop-ups, under “Widget Settings”, you can choose where you want the close button to be displayed or to not display at all. Go to the “Close Button Location” section, and select “none” to remove the close button.
Banner #
For Banners, under “Widget Settings”, you can choose whether the Banner can be closed or not by turning on or off the “Can Be Closed” button.
Inline Widget #
For Inline Widgets, under “Widget Settings”, you can choose whether the widget can be closed or not by turning on or off the “Can Be Closed” button.
Welcome Screen #
For Welcome Screens, under the “Widget Settings”, you can choose the “Close Button Type” or choose to not display a close button.
Floating Bar and Scroll Box #
For Floating Bars and Scroll Boxes, there is no option to remove the close button. However, it is possible to remove the close button by adding the CSS code below:
.conv-closer {display:none!important;}