Comments La-Ness started the conversationJuly 12, 2022 at 9:33amHello,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? 2,610PenciDesign repliedJuly 12, 2022 at 10:07amHi,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 repliedJuly 12, 2022 at 10:29amThank you! Is this the only way? And can I also add a hover colour? 2,610PenciDesign repliedJuly 12, 2022 at 2:19pmHi,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 repliedJuly 13, 2022 at 6:47amThanks a lot for the code.Another question about that: from which setting does the mailchimp form take the button colours at the moment? 2,610PenciDesign repliedJuly 13, 2022 at 7:39amHi,The current color was set at Appearance → Customize → General → Color →Custom General Buttons Background Color.Regards,PenciDesign. Sign in to reply ...
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?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change #000 with the custom color.
Regards,
PenciDesign.
Thank you! Is this the only way? And can I also add a hover colour?
Hi,
If you want to add the hover color, please add the following custom CSS:
Regards,
PenciDesign.
Thanks a lot for the code.
Another question about that: from which setting does the mailchimp form take the button colours at the moment?
Hi,
The current color was set at Appearance → Customize → General → Color →Custom General Buttons Background Color.
Regards,
PenciDesign.