Featured Image

  • Unknown's avatar

    Hi there!
    I have a question: Is there any possibility that I choose a Cover Image/Featured Image for a post, but that it isn’t shown in the post itself. The background: I need the Cover Image, so that my post will have a picture in the WordPress feed and on my front page. But I don’t like it in the post itself, because it’s very big.
    Can anybody please help me?
    Thank you!!

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    To clarify, you are OK with the featured image appearing on the homepage, in the blog posts block there, yes?

    It’s only on the post itself that you wish to hide the image, like the one I see here? https://vivalakipferl.com/2021/10/16/bananen-hafer-muffins/

    If so you can add custom CSS to hide that image so it no longer shows when you set your featured image.

    .single .post-thumbnail {
        display: none;
    }

    Hope that helps. Please let us know if you have any more questions.

  • Unknown's avatar

    Yes, exactly, that’s the problem!
    And thanks for the CSS Code. But could you please tell me where exactly I should copy this? In which section of the code?
    Thank you for your help!!!!

  • Unknown's avatar

    But could you please tell me where exactly I should copy this? In which section of the code?

    You just need to add that to your Additional CSS section of the Customizer.

    Let us know if you have other questions!

  • The topic ‘Featured Image’ is closed to new replies.