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

    Hello,

    I would like to prevent the featured image from appearing on the blog post. I would like it to be visible only on the thumbnail on the main page where I have a horizontal post slider.

    The problem is that when I click on the post thumnail to view the post, the featured image shows on the blog post as well. I have a video on that post. I would like the featured image to show as a thumbnail and the video on the post (not both)

    Is that possible? Can you assist me, please?

    Thank you

    • This topic was modified 11 years ago by ullastret.
    #184644

    Hi ullastret!

    What type of blog style do you have on the single post view? You can add this on your custom.css or Quick CSS to remove the featured images on the single post view.

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

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured image to appear only on thumbnail’ is closed to new replies.