Newsletter
On the Huntor homepage, there is a newsletter content. (Homepage 02 & 03)

To show as above image, you can see the detail:
Sign up account Mailchimp
Get API Key from your Mailchimp account and insert via Admin > Mailchimp > Insert API key

Add form newsletter to show on the homepage and Save the changes

Add this css for form code:
<input type="email" name="EMAIL" placeholder="Your email address" required />
<button class="button-skew" type="submit" value="subscribe">
<span>Subscribe</span>
</button>

After saving, it appears at frontend:

Last updated
Was this helpful?