Skip to content
Public Ticket #21546

Change button colours in Mailchimp form in sidebar

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

The current color was set at Appearance → Customize → General → Color →Custom General Buttons Background Color.

Regards,

PenciDesign.



La-Ness Albert replied

Customer Reply

Thanks a lot for the code.

Another question about that: from which setting does the mailchimp form take the button colours at the moment? 

PenciDesign Supporter replied

Staff Reply

Hi,

If you want to add the hover color, please add the following custom CSS:

.widget .mc4wp-form input[type="submit"]:hover {
    background: #333;
}

Regards,
PenciDesign.


La-Ness Albert replied

Customer Reply

Thank you! Is this the only way? And can I also add a hover colour?

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.widget .mc4wp-form input[type="submit"] {
    background: #000;
}

Change #000 with the custom color.

Regards,
PenciDesign.



La-Ness Albert started the conversation

Conversation Start

Hello,

I am trying to change the button colour for the MailChimp signup form which I use in the main sidebar.

I cannot find the settings for that. Could you kindly tell me where they are?

Want to join this conversation or access attachments? Sign in first.