New Landing How can we help? Themeforest Theme Support Neighborhood How to not set feature imaged in blog post, but keep for blog view.

Viewing 4 posts - 1 through 4 (of 4 total)
  • #22436
    qubed
    Member
    Post count: 44

    Hi all,

    I’d like to have a thumbnail / blog featured image appear when looking through the blog view, but not have the featured image be set at the top within the blog post itself. Is there a way to do this?

    Thanks!

    (Relevant, but different theme: http://support.swiftideas.net/forums/topic/how-to-not-show-featured-image-on-post-view/)

    #22688
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this: Put the following in Custom CSS.

    
    .blog-item figure img{
    display: none !important;
    }
    .blog-items.standard-items .blog-item figure{
    margin-bottom: 0 !important;
    }

    Let me know, what you got.

    Thanks,
    laranz.

    #22721
    qubed
    Member
    Post count: 44

    Thanks for the response, however, I think this did the reverse of what I was wanting.

    What I’d like is to not have the featured image appear at the top of a post. I’d still like there to be a featured image in the article/blog list, but just not in individual posts. Does this make sense?

    Thanks for the help!

    #22757
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I am extremely sorry for understanding the situation wrong..

    Try this one.

    .single-post .media-wrap{
    display: none;
    }

    It is not working, just append !important like before.

    Let me know, if you have any problems with this..

    Thanks,
    laranz.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register