Viewing 1 replies (of 1 total)
  • Hey there!

    Thanks for the comparison shots there. In looking at the code for the site, it appears there’s some CSS that’s overriding the styling for the button on the other pages. Specifically, the background color is getting changed to “white”, which makes the button look… strange. After I manually changed the styling in the CSS, things looked okay.

    Basically, what you’ll want to do is add some styling for the MailChimp button classes:

    #mc_signup_submit.button {
    background-color: _____________;
    }

    When I was testing in Chrome, I set it to blue and got the following results:

    http://cl.ly/image/2N3H140z0v1v

    Hopefully that helps a bit with getting things straightened out!

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Mailchimp only working on homepage, but format is wrong on all others’ is closed to new replies.