Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #770759

    Hi guys

    I have this post:

    How do I prevent the featured image from appearing at the top?

    Thanks

    #770769

    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

    #770771

    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.

    #770799

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .postid-379 .big-preview a {
        display: none !important; 
       
    }

    Best regards,
    Mike

    #770904

    Thanks Mike,
    That did it. I had tried something similar, but I had missed the ‘a’

    Cheers

    #770923

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.