How To Hide Feature Images On Single Post Screens In Twenty Fourteen WordPress Theme?

Twenty Fourteen, the new default WordPress theme displays featured images (post thumbnails) both on single and multi-post pages.

We have recently finded out an easy way of removing featured images only from single post pages and today a user of SANGKRIT.net asked us how he can simply hide featured images on individual post screens.

Remove Feature Image On Single Post Screens In Twenty Fourteen 1

First thing you need to do is create a Twenty Fourteen child theme, or alternatively you may go for a custom CSS inserter plugin like My Custom CSS or Simple Custom CSS.

Now add the following CSS:

.single .post-thumbnail img {
display: none;
}

Like this:

Remove Feature Image On Single Post Screens In Twenty Fourteen

Save your changes and that’s it.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.