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 #1383707
Changing sidebar + post backgrounds
Closed

Comments

  • redhotsuz started the conversation

    Hello!


    I'm trying to create white backgrounds for behind my sidebar and posts (plus main page post lists). I've been trying to use custom css to change, but my actions are not leading to results.

    My main background is fine, but I want separate white post wrappers (?) for the post lists, posts and sidebars. Example in attached photo

  •  2,699
    PenciDesign replied

    Hi,

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

    .penci-grid li.list-post{ padding: 20px 20px 0; background-color: #fff; border: none; }
    .penci-sidebar-content .widget, .container-single #main > .theiaStickySidebar, .container-single-page #main > .theiaStickySidebar { padding: 20px; background-color: #fff; }

    Best Regards,

    PenciDesign

  • redhotsuz replied

    Thank you! This worked perfectly!