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*

Remove site content from block format

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78578
    john
    Participant

    I dont like the way text appear on the theme. I want text to begin from the edge and not in a 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.