Remove Feature Image from Post Page

Hi there,
I’m using an RSS feed importer plugin. I like displaying feature images on the blog page, but want to remove them on the post page itself. Can this be done with CSS? The reason I ask is because the article source usually displays the image in the article itself. This means the same image is shown twice.

Hi There,

Thanks for writing in!

can you please add this css to your global CSS and let us know how this goes.

.single-post .entry-featured {
   display: none;
}

Thanks

1 Like

Worked perfectly. I’m also trying to increase the posts content font size. Could this be done without adjusting Typography in Theme Options?

Hi again,

Can you please share the page URL so we can take a look?

Thanks!

Hello @chadfahlman,

Thanks for asking. :slight_smile:

Thanks for sharing website URL. Please try adding following CSS under Pro > Launch > Theme Options > CSS to change single post content font size:

.single-post .entry-content {font-size: 16px;}

Let us know how it goes.

Thanks.

1 Like

@Prasant
Yup. That worked fine. I figured it could be done. :smiley:
Thank you, everybody!

You’re most welcome.

Hello,

I am facing similar kind of issues. The featured image is being shown on single post page, this is the case with all the blog posts we are having.

Staging URL: https://www.staging5.hotwax.co/legacy-technology/true-cost-disconnected-operational-systems/

Thank You!

Hi There,

Upon checking your website seem like the featured image is already hidden and you are showing n image using Cornerstone, if that is not correct, please clarify.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.