• Hello!

    Because I don’t like to have 2 images in posts, I want to remove featured image.
    Now I use some CSS modification .single .entry-content img {display: none;}
    This hide post image and show only featured image, but sometimes is crop and look bad.

    I try to hide featured image using .single-post .wp-post-image {display: none;}, but all widgets like Posts List have no image…

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @cornelm

    I think this css code helps you to hide featured image in single post page.

    .single .single-post-image {
    	display: none;
    }

    For better support, we need your website link or some screenshots.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘hide featured image in posts’ is closed to new replies.