Site logo

Archived topic

Hiding the featured image in individual posts?

7 replies · Started by Anonymous on May 18, 2015

Viewing posts 1–8 of 8

Is there a way to hide the featured image on the individual post page? I find the look redundant since my featured image is often my pinnable image. Any suggestions?

Thanks!

Lisa
CreativLEI.com

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 :)

Thanks, Tom!

No problem! :)

Where do I insert that CSS? Sorry, I thought I had it, but I didn't.

Have the same problem and now solved! Thx!

Awesome!

This archived topic is closed to new replies.