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 #2507996
soledad post background color change
Closed

Comments

  • khutsishvili started the conversation

    Hello 

    i want to change post background color on home page. is it possible to  change post background color from settings  or i must write custom css.  and if it possible can you help me to find how to do this change ?

  •  2,699
    PenciDesign replied

    Hi,

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

    .penci-grid li.list-post{ border: none; padding: 20px !important; background: #ffffff; }
    

    Change color code ffffff to any color code as you want. You can get a color code here


    Best Regards,

    PenciDesign

  • khutsishvili replied

    Hello 

    This custom css change only post picture background color i want to change post background color 

     in picture 1 are default stile. i want to change it like in picture 2 (in pic 2 post background color is white )

    see attached file 


    please send me css code to do this change 

    thanks a lot 

    best regards 

  •  2,699
    PenciDesign replied

    Hi,

    Because you're using list layout before, now, you changed it to another layout.

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

    ul.penci-grid li.grid-style{ 
        background: #fff;
        padding-bottom: 20px;
    }
    ul.penci-grid li.grid-style .grid-header-box,
    ul.penci-grid li.grid-style .item-content,
    ul.penci-grid li.grid-style .penci-readmore-btn{
        padding: 0 15px !important;
    }
    

    Best Regards,

    PenciDesign