Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #29680

    Hi guys,

    I like to use featured images (as everybody does) to showcase my post. However I do not want that same featured image again on top of my post because it interferes with the video. Is there a way to remove it from in post but keeping it on the blog page? I

    Tom

    #141219

    I’ve tried this:

    .single .big-preview.single-big {

    display: none;

    }

    But if I do this it removes video as well from the header. I would like to retain video functions in the post, just not the thunbnails of the featured image.

    #141254

    Hey,

    Can you give us a link to the post with the featured image and a video?

    Regards,
    Ismael

    #141258

    http://tomuytterhoeven.be/2013/09/15/we-dont-lose-our-hearts-because-if-we-do-theres-no-point-in-living/

    Is one of the posts where I’d like to keep the video where it is, but remove the featured image. Whilst it remains on the blog itself.

    I’ve temporarely disabled copyright protection if you need to get in the code.

    #141264

    *whilst the featured image remains on the general blog page

    that had to be :)

    #161488

    ?

    #161578

    Hey,

    You can add this on your custom.css or Quick CSS:

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

    Regards,
    Ismael

    #161642

    Thank you very much again Ismael, you’ve been of great help!

    Greetings,

    Tom

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Removing featured image from the post itself’ is closed to new replies.