June 19, 2020 at 6:03 am
#78623
Theme Horse Support Team
Keymaster
Hi @fokhrulabedin,
Its better to make the overlay more darker then changing the color of heading. Please go to ‘Appearance > Customize > Additional CSS'
and paste the below Custom CSS code.
.post-block .post-img-wrap a:after {
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7));
}
If you really need to change the color of heading then please let us know we will provide you CSS codes for that as well
Thanks