badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Featured image overlay

#90825

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