Hi guys
I have this post:
How do I prevent the featured image from appearing at the top?
Thanks
Hey kelsangwangpo,
When you edit the post, go to the Featured Image at the bottom, and check the box “Don’t display image on single post”
Best regards,
Mike
Thanks Mike
That option isn’t available on this page (it is an event page). I was trying to figure out the css, but couldn’t.
Hi,
Try this code in the General Styling > Quick CSS field:
.postid-379 .big-preview a {
display: none !important;
}
Best regards,
Mike
Thanks Mike,
That did it. I had tried something similar, but I had missed the ‘a’
Cheers
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik