• Resolved resolfe

    (@resolfe)


    Hi,

    I just tried to create a “email subscription popup” with mailchimp-shortcode (from the mailchimp-plugin).

    Everything was straight forward and fine, but only one thing I couldn’t figure out:
    How can I change the color of the submit button (see screenshot here)?

    Thanks for your support!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Damian

    (@timersys)

    Hi @resolfe, because that form is coming from the mailchimp plugin you need to ask them how to change the color of the button.
    I guess that adding some css will do the trick

    Thread Starter resolfe

    (@resolfe)

    Thanks Damian for the quick reply!

    I know how to adress the button in general, I use the following CSS-code:

    .main_color input[type='submit'] {
    background-color: #35383C;
    color: white;
    border-color:  #35383C;
    }

    but I don’t know how to address it in combination with your plug-in.
    Any suggestions? (Unfortunately I am not yet a CSS-expert ?? )

    Plugin Author Damian

    (@timersys)

    try adding at the beggingin .spu-box to target just button on poopups

    Thread Starter resolfe

    (@resolfe)

    Thank you so much!!
    The following CSS worked perfectly:

    .spu-box input[type='submit'] {
    background-color: #35383C;
    color: white;
    border-color:  #35383C;
    }

    Another question (just tell me if I should open a new topic for that):
    Is it possible to redirect the subscriber to a URL after hitting the subscribe button?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button color in mailchimp integration (shortcode)’ is closed to new replies.