Okay
  Public Ticket #1585948
Featured image blog posts
Closed

Comments

  •  16
    Jen started the conversation

    Hi, I currently have the blog post featured image set to show on all posts. Ideally i would like to be able to HIDE it on Video posts so that the video instead can be at the top of the post.

    Can you help me to know how to set this for these specific posts only


  •  9,074
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  16
    Jen replied

    I figured it out ... alll good!


    .post_format-post-format-video .post-featured-img {
        display: none;
    }