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 #1773655
CSS issue
Closed

Comments

  • bratrivtriku69 started the conversation

    Hello,

    I have an issue with style.css. I need to change the color of the Mailchimp submit button in my sidebar, but I can't find the correct line where I can do just that. Changing .mc4wp-form didn't do anything. What am I missing?  

    Thank you.

    Martin Balaz

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .widget input[type="submit"],
    .widget input[type="submit"]:hover{
        background: #ff0000;
        color: #ffffff;
        border-color: #ff0000;
    }
    

    Change color codes:  #ff0000 and #ffffff on the above code to color code you want.


    Best Regards,

    PenciDesign