Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #431138

    If I create a blog post and insert an image in the content, the featured image is also inserted at the top of the blog post.

    I dont want that, I just want what I insert there.

    How to remove the featured image from the blog posts ?

    Thanks.

    #431621

    Hi peterolle!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

    #482006

    Can you please share what to use in pages ? They have the same problem.

    Thanks.

    #482340

    Hi!

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

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