Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Eric,

    The images that show at the top of the post are added using the “Featured Image”. You can edit/remove the image using the Featured Image meta box on the right side of the post editor screen.

    Is there any way to remove featured images from single posts only but keep them on the main page?

    I know I can use .featured-image {display: none;}, but then all featured images are removed.

    Theme Author Ben Sibley

    (@bensibley)

    To keep the featured images on the blog/archive pages, but remove them on individual post pages use the following CSS

    #ignite-child .entry .featured-image { display: none; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get Rid Of Featured Images?’ is closed to new replies.