Home › Forums › Support › HTML for a form is not working, not showing the correct colors on some pages
- This topic has 1 reply, 2 voices, and was last updated 2 years, 11 months ago by
Leo.
-
AuthorPosts
-
February 7, 2020 at 8:29 am #1158105
Jordan
Hi There,
I have HTML for a Mailchimp sign-up form on my website, however, it’s not working properly on all pages. Some pages populate the correct colors and some do not.
This page is showing the correct colors and the HTML working properly: https://jordantarver.com/ideas-4-you
This page is using the exact same code however the code is populating a gray background and black button while it should be white and orange like the other: https://jordantarver.com/february-6-2020
Here is the HTML code:
<!– Begin Mailchimp Signup Form –>
<link href=”//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
#mc_embed_signup{background:#ffffff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
#mc-embedded-subscribe { background-color: #e8891a !important; }
#mc-embedded-subscribe:hover { background-color: #0d0d0d !important; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
</style><form action=”https://jordantarver.us11.list-manage.com/subscribe/post?u=516cc2cf9f502499ddd0b7acd&id=cf6ef6b1d6″ method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate><input type=”email” value=”” name=”EMAIL” class=”email” id=”mce-EMAIL” placeholder=”email address” required>
<!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–><input type=”text” name=”b_516cc2cf9f502499ddd0b7acd_cf6ef6b1d6″ tabindex=”-1″ value=””><input type=”submit” value=”JOIN THE LIST.” name=”subscribe” id=”mc-embedded-subscribe” class=”button”></form>
<!–End mc_embed_signup–>
February 7, 2020 at 10:29 am #1158186Leo
StaffCustomer SupportHi there,
Have you checked with MailChimp’s support first?
Everything I’m seeing is from the plugin itself.
This is page that’s working:
https://www.screencast.com/t/03utZS0PAnd this is one that’s not working:
https://www.screencast.com/t/A4paBdO7sxqAs you can see that the GP doesn’t have any control over it.
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.