Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3082727
Change button colours in Mailchimp form in sidebar
Closed

Comments

  • La-Ness started the conversation

    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?

  •  2,489
    PenciDesign replied

    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 replied

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

  •  2,489
    PenciDesign replied

    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 replied

    Thanks a lot for the code.

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


  •  2,489
    PenciDesign replied

    Hi,

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

    Regards,

    PenciDesign.