• Resolved willem67

    (@willem67)


    I am very happy with the theme Twenty Nineteen. But I would like one modification.

    How do I remove the featured image from the header in pages and posts?

    I would like to continue using featured images to show as thumbnails in the loop. But the featured image in the header is for my site not appropriate. It also makes the navigation less clear.

    What do I do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try the following in Appearance->Customize->Additional CSS

    .site-featured-image .post-thumbnail {
        display: none;
    }

    If you hide it with CSS, you would also need to change the color of the title.
    You would be better off change the template file where the image is output so that there is one less file request, but you would still need to fix the colors or you will have white on white.

    Thread Starter willem67

    (@willem67)

    Apologies for late reply. I have installed Jeptpack and this allows me to remove the featured image from page or post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove featured image from page or post’ is closed to new replies.