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 #3337499
Contact form
Closed

Comments

  • pinelopi started the conversation

    Hello,

    On the contact us the "Submit" button, I want to change color. How to do it? 

    Thanks!

  •  2,486
    PenciDesign replied

    Hi,

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

    .wpcf7 input[type="submit"] {
        background: #000 !important;
        color: #fff !important;
    } .wpcf7 input[type="submit"]:hover {
        background: #333 !important;
        color: #fff !important;
    }

    Regards,
    PenciDesign.



  • pinelopi replied

    ok thanks!