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 #2264143
Change color for 'Subscribe' button on sidebar widget
Closed

Comments

  •  1
    soulfulpalate started the conversation

    I want to change the color of the subscribe button in the sidebar widget but can't find the the option to do so. could you please help with the detailed steps on how to do it?

  •  2,699
    PenciDesign replied

    Hi,

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

    .widget input[type="submit"], .widget button[type="submit"]{ background: #ea9502; color: #ffffff; }
    

    Best Regards,

    PenciDesign

  •  1
    soulfulpalate replied

    Thank you! 

    I see that the hover action on load more posts button is just to change the bored color of the button, can you please share the code to change the button background color on hover? 

  •  2,699
    PenciDesign replied

    Hi,

    1/ For load more posts button:

    .penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover{ background-color: #ff0000; color: #ff0000; border: 1px solid #ff0000; }
    

    2/ For button subscribe on sidebar:

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

    Change color codes above to color code as you want.


    Best Regards,

    PenciDesign