Add an option in the Timer widget settings to enable or disable the display of a cross for hiding this widget. For example, as it is done in the Announcement Bar widget.
2 Likes
Hello there @Victoria_Fadeeva
Thanks for the idea! We agree that it would be great to have this option in the settings and we’ll try to think it over in the future updates.
As for now, you can hide the Close button, using this code in the Custom CSS field on the Appearance tab of your widget’s settings:
[class*="eapps-countdown-timer-bar-close"] {
display: none;
}