October 13, 2021 at 3:00 pm
#93304
Theme Horse Support Team
Keymaster
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!