How to hide the featured image in posts and in the homepage?

I use a plugin called Hide Featured Image to hideimages in some posts, but I can´t hide it from the homepage. I use to put a white square, so in the homepage I can see only the headline. But sometimes the white square too large, and the people think the page is empty, like this:
http://folhatb.com.br/category/opiniao/

Is there anyway to hide the featured image in the homepage too?

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the featured image by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove featured image*/
.newspaper-x-image {
    display: none;
}

Best Regards,
Support

It worked! Thank you very much! The Colorlib support is amazing!

You’re most welcome.

We do our best :slight_smile: Please let us know if there’s anything else we can assist you with.

Best Regards,
Support.