How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Video Format Post Featured Image

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1489
    Mark
    Participant

    Is it possible to allow a video format post to not show the featured image and just show the video? The reason I wish to add a featured image is that this will generate a thumbnail that is used in widgets like the news widget and also when I share the post to Facebook etc.

    • This topic was modified 5 years, 11 months ago by Mark.
    #1502
    admin
    Keymaster

    Hi,

    If you want to hide the featured image in the single template only for the video format you can add this to your child theme:

    `.single-format-video .img-wrapper { display:none; }`

    #1510
    Mark
    Participant

    Thank you, exactly what I needed. 🙂

    #3288
    kim hansson
    Participant

    Hey guys,

    For a rookie, where do I add this exactly?

    I also wish to hide image from post, but have it displayed in Thumbnail.

    #3301
    admin
    Keymaster

    Hi Kim,

    The above CSS you can add it to your style.css of your child theme.
    If you want to hide the featured image completely from the posts add the below:
    `.text-area .img-wrapper { display:none; }`

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.