This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
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.
Hello,
You can use this custom css code:
.prefooter .mc4wp-form .et-mailchimp input[type="email"] {
background-color: black;
border: 1px solid black;
}
Regards
Perfect… Tnks 🙂
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up