July 27, 2021 at 11:47 am
#90825
Theme Horse Support Team
Keymaster
Hi muzycznemiasto,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.post-block .post-img-wrap a:after {
display: none;
}
.post-block .entry-header:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
z-index: 0;
}
.post-block .entry-title {
position: relative;
z-index: 1
}
Thanks