Reply To: Hiding the featured image in individual posts?

Home Forums Support Hiding the featured image in individual posts? Reply To: Hiding the featured image in individual posts?

Home Forums Support Hiding the featured image in individual posts? Reply To: Hiding the featured image in individual posts?

#108670
Tom
Lead Developer
Lead Developer

To hide them on all posts page, you can use this CSS:

.single .page-header-image-single {
      display: none;
}

To hide them on specific posts, you can use the Disable Elements add-on 🙂