A popular plugin has recently stopped working and I couldn’t find any working solution. The plugin I mentioned hides featured images only for posts or pages that we want. The following method disables the featured image across the entire site. Featured images will not be displayed on any page nor post. There is no options to configure.

All you need to do is to overwrite a bit of css code.

Step 1

Download “Simple Custom CSS” plugin from here.

Step 2

Go to settings and paste this code:

.large-featured {
    display: none;
}

 

Step 3

Enjoy!