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 #2314925
Background colour to sidebar widget
Closed

Comments

  • fidgetandjunebug started the conversation

    Is it possible to add a background colour to a sidebar widget?


    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site URL and let me know what's widget you want to add background, I will try to help you with a custom css.


    Best Regards,

    PenciDesign

  •   fidgetandjunebug replied privately
  •  2,699
    PenciDesign replied

    Hi,

    If so, please send me your admin account ( username and password ) - in a private reply, to I can login to your site to view your site for help you.

    Best Regards,

    PenciDesign

  •   fidgetandjunebug replied privately
  •  2,699
    PenciDesign replied

    Hi,

    To do that, please try add more this code to Customize > Custom CSS to do that:

    .penci-sidebar-content .widget.penci_social_widget,
    .penci-sidebar-content .widget.widget_mc4wp_form_widget{ padding: 20px; border: 1px solid #cccccc; }

    You can change value 20 to value as you want to increase/decrease padding arround widget social & newletter widget.

    Change color code cccccc to other color code to change the border color.

    You can get a color code here


    Best Regards,

    PenciDesign

  • fidgetandjunebug replied

    Thanks!