• Hello, i’ve spent all my time looking to solve this.

    here’s my web: http://berkacamata.com

    i want to remove that featured image from POST only. I tried all the ways from googles and this forum as well, but none of them working.

    Please, any help would be very appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi vanbel,

    try adding following code to custom CSS

    .the-post-thumbnail img{
    visibility: hidden;
    width: 0%;
    }

    Thread Starter vanbel

    (@vanbel)

    I tried this, but the result is all my thumbnail post from homepage got dissapeared as well. I want it to be dissapeared from posts only

    add this to your style or comment the_post_thumbnail(); line in single.php

    .single-post .the-post-thumbnail a img{
    visibility: hidden;
    width: 0%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hiding Featured image in post’ is closed to new replies.