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: Need Only shows the feature image, Title. Please don’t show Content of Post !

#93304

Hi @ad-3x4you,

Just add the below custom CSS code in Appearance > Customize > Additional CSS to hide the body text of posts.

.post-main .post p {
    display: none;
}

Thank you!