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 #2358446
Colour change to butoons
Closed

Comments

  • fidgetandjunebug started the conversation

    Hi, how can I change the colour of the Submit button on the Newsletter widget and also the Submit button on the Comments box?  Images attached.


    Thanks

  •  2,699
    PenciDesign replied

    Hi,

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

    #respond input[type="submit"], .wpcf7 input[type="submit"], .widget_wysija input[type="submit"], 
    .widget input[type="submit"], .widget button[type="submit"]{ background: #ff0000 !important; color: #ffffff !important; }
    

    Change color codes ff0000 and ffffff on above code to color codes as you want.


    Best Regards,

    PenciDesign

  • fidgetandjunebug replied

    Thanks!