Tagged: blog post, enfold, featured image
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! :)
Hi Alex!
Add this code to the Quick CSS:
.post-entry .big-preview{ display: none !important; }
Cheers!
Josue
Glad we could help. Let us know if you have any other questions or issues :)
Regards,
Josue
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?
Hi,
Try with this one instead:
.single-post .post-entry .big-preview{ display: none !important; }
Regards,
Josue
That worked. Thanks!
You are welcome :)
Cheers!
Josue