I have configured the newsletter form with the code below:
<div class=”et-mailchimp”>
<p>
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
</p>
<p>
<input type=”submit” value=”Sign up” />
</p>
</div>
The problem is that the background is white and the form does not appear. (https://prnt.sc/io2609)
I would like to know how to change the color of the form.
I researched here in the forum, found some customizations and applied in “Global Custom CSS” but did not work.