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: Remove site content from block format

#78585

Hi John,

Please describe the Theme to get the support for or you can post the queries creating topics on respective Theme.
But we recognized you from your previous support posts for NewsCard Pro.

Please go to ‘Appearance > Customize > Additional CSS’ and paste Below Custom CSS code.

.single .post,
.single .hentry,
.page .type-page,
.comments-area {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0;
}
.single .post .post-featured-image.page-single-img-wrap,
.single .hentry .post-featured-image.page-single-img-wrap,
.page .type-page .post-featured-image.page-single-img-wrap {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

Thanks