• Resolved Andrew

    (@lifesabargain)


    Hello,

    Can anyone help me remove the post thumbnail that shows within the post, above between the title and the content?

    I tried:

    .post-thumbnail {
    display: none;
    }

    but that removed the thumb from the homepage as well. I only want to remove it from the posts themselves. Any help would be appreciated.

    Thank you

Viewing 1 replies (of 1 total)
  • Thread Starter Andrew

    (@lifesabargain)

    Solved by adding custom CSS:

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

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Thumbnail Image In Post’ is closed to new replies.