Background colour change for post display in home page
Screen-Shot-2020-11-05-at-4.19.11-pm-790x2048.jpg
How can I keep the thumbnails as blue background colour on Lets go section and gray background on lets listen + lets do section on Home page?
Screen-Shot-2020-11-05-at-4.19.11-pm-790x2048.jpg
How can I keep the thumbnails as blue background colour on Lets go section and gray background on lets listen + lets do section on Home page?
Comments
Please, create "Custom | ID" for section with these first two photos, and add ID of this section to your Custom CSS Code
https://prnt.sc/vel1wg
sectionID .photo2 .bg-dark.post-desc-wrapper {Thanksbackground-color: #80aab6 !important;
}
Thanks
In section option remove hashtag in front of section ID.
https://prnt.sc/vf2xve
And use following Custom CSS Code instead of previous one
#letsgohome .post-item .post-desc-wrapper{Thanksbackground-color: #80aab6!important;
}