• If there is a video – how can I stop the thumbnail appearing on the single page with the video.

    a) Can I stop the thumbnail showing on the blog page?
    b) Can I put the video where the thumbnail should be?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hey @singinggardener,

    Thanks for reaching out to us.

    We do not have any feature to replace the featured thumbnails with a video. It might be possible with some custom or 3rd party plugins but that is beyond the scope of our support.

    To hide thumbnail from the single post page, you can use the following CSS code.

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

    I hope that answers your query. Let us know if you have any further questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnail – Stop’ is closed to new replies.