Remove pic from blog posts?

Hello!
I would like to remove image from each and every blog post.
How can I do that?
I want only text in my posts…
Thank you!

hey there

Please provide example of the page from where you want to remove images

Sorry, maybe I named it wrong… Remove feature image.
Something like this for other theme:
https://colorlibsupport.com/t/removing-the-featured-image-from-showing-on-the-blog-post-2/

hello everyone! do my help i have a blog on best fat burner cla safflower oil review and my friend add me privacy over all the page like you can not copy anything and he did go back with no privacy and I want to add a new picture even I do not open the source code. what I did please help me

Hello @ericpeter22,

I hope you are doing well today.

Please create a new post for your issue.

In order to remove the images from the posts, you would have to use this CSS code:


.entry-content img {
    display: none;
}

Best Regards,
Support