To recreate such popup window on your site, you will need first to create Static Block (content for this area actually), next - enable this function in Theme Options (Theme Options > Promo popup) and specify that we will show just created block. So go to Static blocks > Add new.

Add Text Block element to first column with following code as an example:

<div style="width: 60%; min-width: 400px;">
<h1 style="text-align: center; font-size:36px; margin-top:15px;" class="font-alt">SPRING</h1>
<hr class="divider horizontal-break" style="margin:10px auto;"/>
[mc4wp_form]</div>

Note: To create form for this window we have used additional plugin MailChimp for WP

MailChimp for WP > Form > Form code:

<p style="position:relative;">
	<input type="email" name="EMAIL" placeholder="Enter your email addres" required />
	<input type="submit" value="subscribe" class="subscribe-icon"  />
</p>

Once static block was created go to Theme Options > Promo popup:

  • Enable promo popup
  • Add your static block by using shortcode [block id= " "]
  • Save changes.