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

    If you’re wanting to get a little more customized with the signup button, we can definitely do that! However, it’s going to require a little CSS if you’re up to the challenge? Basically, you’ll just have to isolate the signup button with Chrome’s Developer Tools or Firebug for Mozilla Firefox. You should use something like:

    #mc_signup_submit.button {
    background-color: red;
    float: right;
    }

    Basically, that’s just telling the site to change the color of the button to “red”. But, you can change red to any color that you’d like (including a hex code if you have that available!).

    Using “float:right;”, we’re moving the button to the right side of the form, as you described. ??

    If we can help with anything else, give us a shout!

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: MailChimp List Subscribe Form] How to change the subscribe button’ is closed to new replies.