Change size of the close button

Add this code to the Custom CSS field on the Settings tab of your Countdown Timer widget’s settings:

.es-element-close-button {
  width: 40px !important;
  height: 40px !important;
}

.es-element-close-button-icon,
.es-element-close-button-icon svg {
  width: 20px !important;
  height: 20px !important;
}

Let us know if it worked! :slight_smile: