Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #181312

    Hi there. When I set a featured image for a blog post, how do I prevent it from showing up in the actual blog post? All I want it to do is show up in the blog feed. I’m upgraded to the latest version of Enfold. Currently have “single post with large preview image” set for single post style and for blog style, I have “single author, big preview Pic” set.

    Help, please! :)

    #181387

    Hi Alex!

    Add this code to the Quick CSS:

    .post-entry .big-preview{ display: none !important; }

    Cheers!
    Josue

    #182352
    This reply has been marked as private.
    #182365

    Glad we could help. Let us know if you have any other questions or issues :)

    Regards,
    Josue

    #182659

    Hi Josue,

    That code didn’t work. When I pasted that in, it removed the featured image from my blog roll. What I am trying to do is set a featured image that won’t show up on the actual blog post, but rather just in the blog roll. I am using a different image as a header image for the blog post so haven’t two images at the top of the blog post is not right.

    Any help on this?

    #182663

    Hi,

    Try with this one instead:

    .single-post .post-entry .big-preview{ display: none !important; }

    Regards,
    Josue

    #182665

    That worked. Thanks!

    #182672

    You are welcome :)

    Cheers!
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove featured image from top of blog post’ is closed to new replies.