Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #180777

    Hello,

    On our single post pages, could you share a CSS snippet on how to hide the featured image on the top of the page.

    For example, this red ribbon image was set as the featured image. We would still like the image to appear as the post thumbnail, but not as a big image when you are on the post page itself.

    You can view this here:
    http://mastccs.org/post/red-ribbon-week/

    Thanks!
    Phil

    #180884

    Hey mastcharter!

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

    .single .big-preview.single-big {
    display: none;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hiding Featured Image on Single Post’ is closed to new replies.