• Hello!
    What should I do to hide the featured image at the top of each post?
    I imported my blog from wordpress.com to a new self-hosted site, and now the featured image appears in each post. Back in wordpress.com I fixed that under “Customize > Content options/Opciones de contenido”. However, that option doesn’t exist under my current Customize menu.

    I’ll appreciate any help regarding this issue.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    You can use the following CSS to hide the appearance of featured images on the blog post (but still have them show in the homepage and other grid pages)

    .post .post-hero-image {
        display: none;
    }

    Hope this helps!

    Thread Starter e76n8

    (@e76n8)

    Thank you, Jerry!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘featured image appears in post (self-hosted site)’ is closed to new replies.