Tagged: hide posts
I want when the mouse pointer moves to it not to show the content inside the article.
Hi @ad-3x4you,
Just add the below custom CSS code in Appearance > Customize > Additional CSS to hide the body text of posts.
Appearance > Customize > Additional CSS
.post-main .post p { display: none; }
Thank you!