• The link is an example post that I needed help to remove the featured image.

    Or another option would perhaps make the featured images same height across all posts?

    Hope you consider it, together with the problem about the footer. Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Mimieag,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .single-post .header {
      min-height: 600px;
    }

    Thanks!

    Thread Starter mimieag

    (@mimieag)

    Adjusted to 200px.. Not working ??

    How about totally remove it?

    Was also looking for this, the below worked for me to remove the featured image across all post pages:

    .post-content-inner img {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Featured Image From Post’ is closed to new replies.