Convertful Knowledge Base FAQ How to remove the close button from my widget?

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.

1.png

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.

2.png

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.

3.png

Welcome Screen #

For Welcome Screens, under the “Widget Settings”, you can choose the “Close Button Type” or choose to not display a close button.

4.png

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;} 

6.png