Comments khutsishvili started the conversationAugust 17, 2020 at 8:32pmHello 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,701PenciDesign repliedAugust 18, 2020 at 8:54amHi,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 hereBest Regards,PenciDesignkhutsishvili repliedAugust 18, 2020 at 6:16pmHello 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,701PenciDesign repliedAugust 19, 2020 at 3:40amHi,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 Sign in to reply ...
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 ?
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Change color code ffffff to any color code as you want. You can get a color code here
Best Regards,
PenciDesign
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
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:
Best Regards,
PenciDesign