Comments on: How To Customize The MailChimp Signup Form On Your Blog /how-to-customize-the-mailchimp-signup-form-on-your-blog/ Blog Tips + Tutorials Thu, 05 May 2016 09:46:00 +0000 hourly 1 https://wordpress.org/?v=4.5.1 By: Chloe /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-4013 Thu, 05 May 2016 09:46:00 +0000 /?p=2035#comment-4013 hi Jessica, for some reason, the comment form in my blog is not ‘restyling’ the way I put in the css
my blog is chloekgraphyyy.blogspot.com
Thanks!

]]>
By: Chloe /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-4007 Wed, 27 Apr 2016 09:06:00 +0000 /?p=2035#comment-4007 Thank you so much jessica!!!

]]>
By: Jessica Slaughter /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-4006 Tue, 26 Apr 2016 23:01:00 +0000 /?p=2035#comment-4006 inside #mc_embed_signup .button, add these lines:
background-size: 150%;
background-position: center;

]]>
By: Chloe /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-4005 Tue, 26 Apr 2016 07:24:00 +0000 /?p=2035#comment-4005 I’m only testing it so here’s my test blog:
http://chloektest.blogspot.sg/
Thanks!

]]>
By: Jessica Slaughter /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-4004 Mon, 25 Apr 2016 17:22:00 +0000 /?p=2035#comment-4004 What’s your blog URL? I’ll try playing with your code to figure out a solution

]]>
By: Chloe /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-4002 Mon, 25 Apr 2016 09:44:00 +0000 /?p=2035#comment-4002 hi for the part that styles the subscribe button, i tried making the button an image instead of a colour, so i put this:

#mc_embed_signup .button {

background-image: url(“http://4.bp.blogspot.com/-GVdBhIDwCck/U0ZKbfIG-TI/AAAAAAAAK9Q/YhtEjOKCUo4/s1600/teal.png”);

color: #ffffff;

margin: 0 auto;
(^url doesn’t show coz of the code)
however, it ended up like the image
please help me
thanks

]]>
By: Robin /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-3932 Thu, 25 Feb 2016 01:27:00 +0000 /?p=2035#comment-3932 Thanks so much for sharing this! I’ve been wanting to add a custom sign up form for a while now and didn’t have a clue where to start. I couldn’t have done it without your tutorial! http://ahometogrowoldin.com

]]>
By: Jessica Slaughter /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-3916 Wed, 10 Feb 2016 22:54:00 +0000 /?p=2035#comment-3916 I added the following code to make those display inline:

#mc_embed_signup .mc-field-group input {
display: inline;
}

You’ll probably have to play around with the widths of the boxes till you get the result you want!

]]>
By: Ngoc /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-3915 Tue, 09 Feb 2016 06:45:00 +0000 /?p=2035#comment-3915 Wonderful post! I’m trying to get my sign up form to look exactly like yours with the color rectangle box and the email, first name and subscribe all on the same line and can’t seem to do it. How did you get it to look like that?

]]>
By: Jessica Slaughter /how-to-customize-the-mailchimp-signup-form-on-your-blog/#comment-3912 Mon, 08 Feb 2016 04:53:00 +0000 /?p=2035#comment-3912 Yay! Thank you! :)

]]>