Try pre-set campaigns and get your first conversions within 15 minutes.
Mailocator / Custom HTML and JavaScript 2025-02-17 18:20:51

Delay of the closing cross

If you want to delay the closing cross by a few seconds and make the user pay attention, just add a simple code to the CSS styles.

Insert this code into the CSS:

ml-close { visibility: hidden; opacity: 0;  animation: appear 1s linear 3s forwards }
@keyframes appear {
  to {
	visibility: visible;
	opacity: 1;
  }
}

Applies to all modern campaigns that have a cross placed in the ML-CLOSE container

Set the display time by modifying the CSS declaration