June 18, 2020 at 6:42 am
#78585
Theme Horse Support Team
Keymaster
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