Removing Blog Post Cover Picture From The Actual Blog Post

Topic summary

A Shopify store owner wants to remove the featured image from individual blog post pages while keeping it visible on the main blog listing page. The site uses the Reformation theme.

Initial Solution Attempt:

  • A helper suggested adding CSS code: .template-article .featured-image { display: none; }
  • The user tried adding this via custom liquid and custom CSS on the page, but it didn’t work initially.

Resolution:

  • The helper recommended placing the CSS in the theme’s CSS file instead.
  • When that approach also failed, an alternative method was suggested (shown in a screenshot).
  • The user successfully resolved the issue using this alternative approach, though the specific method from the final screenshot isn’t detailed in text.

The discussion concluded with the problem solved.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hey!

The problem I’m having is I want to keep the blog post picture on the news page but I don’t want it at the top of the actual blog post. I’ve looked into multiple other discussions where this was the problem but I don’t have timber.css, base.css, theme.css, or style.css like everyone else. The theme is Reformation. If you could help that would be great!

Here’s the website - www.tensilitymotorsports.com

Thanks!

@sodenbach Which banner ?

I need all of the blog post cover pictures removed from the top of the actual blog.

@sodenbach Can you please share auctu blog page url ?

No problem! https://tensilitymotorsports.com/blogs/news/unveiling-the-power-duo-horsepower-vs-torque-and-the-role-of-flex-fuel-kits

@sodenbach ard you talking about this image ??

Yes!

1 Like

@sodenbach please use this code it is fastest way to solve your issue

.template-article .featured-image {
    display: none;
}

Is there a specific place I need to put it? I tried adding a custom liquid and putting it in a custom css on the page but it didn’t work.

put in .css file and share SS please @sodenbach

For some reason it’s not working.

@sodenbach yeah its true but not know why it not work.

@sodenbach if it not work so please work with it .

1 Like

Didn’t even know you could do that, it worked!

@sodenbach Thanks :blush: