Hi there. I am using the Sneaker Demo. In the Footer of that Demo there is a Newsletter SingUp with a “Subscribe” Button. It is by default a “light green” with a black “Subscribe” text. I’ve read https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/ but cant figure it out.
I do want a different color of the Button, black text can stay. What i tried:
1. XStore -> Theme Options -> Additional CSS:
.newsletter-form input[type="submit"] {
background-color: #00ffff;
color: black;
}
2. Tried to edit the Shortcode in the Footer-Builder itself to:
<div class="newsletter-form">[mc4wp_form id="556"]</div>
3. Tried to wrap the CSS directly in MailChimp:
<div class="newsletter-form">
<input type="email" name="EMAIL" placeholder="Your email id..." required />
<input type="submit" value="Subscribe" />
</div>
Which shows me in MailChimp the correct Button Style, but it still doesn’t change on the site.
How can i change the Button Style of that Newsletter/MailChimp Button in the Footer? Where is that default Sneakers Demo “light green” color defined? Can i change it there?
Thanks for your help.