Get rid of a text under blog post

How do i get rid of this text under the blog post?
What does it belong under?

Using wordpress

Hi,

Please navigate to WP Dashboard > Posts > edit current post and there you can delete this paragraph.

Well, on the blog page where it displays all the blogs under eachother, I want only the picture and the heading seen there. Id like to remove the blog text from under there

Hi,

Sorry for the confusion. Please send us a link to your website, we will check it in more detail and try to help.

www.marketest.ee

We want the blog page to just show all the blogs (their picture and Blog Title). We want to get rid of the main text under the posts in the blog page, where you can see all of the posts.

Hi,

Please try this CSS snippet:

.posts .post__content {
 display: none;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.