• How do I remove the featured image from appearing in my actual page? I was able to remove it from blog posts by using customised code but it’s still appearing on all my pages. It’s so big and really in the way, I only want it to appear in the header, not on the page itself.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try out this CSS in Additional CSS in the Customizer

    .page-template .post .featured-media {
    	display: none;
    }
    Thread Starter tweet047

    (@tweet047)

    Thanks – that only works with posts, not pages.

    • This reply was modified 6 years, 7 months ago by tweet047.

    Is the /sessions page you linked in your first reply a page? When I apply the code I provided it removes the featured image from the top of the content on that URL.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Featured Image from Page (not Post)’ is closed to new replies.