Removing or hiding featured picture in blog posts for Taste theme

Hi There,

I’d like some help in removing or hiding featured picture in my blog posts for Taste Theme. I’ve seen other code additions for other themes but not for the Taste theme. So I can’t seem to find the required asset to add the codes in.

Thanks in advance.

Rick

Hi @Tembusu

Would you mind to share your Store URL website? with password if its protected. Thanks!

Thanks for your message. My website is www.cleanz.sg

Thank you for the information. Sorry, but I just like to have clarification. You like to remove the pictures in your blog post? You mean this one?

Hi Ribe,

Those are the featured pictures in the Blog page so I’d like to keep them there. But in the actual blog, I’d like to remove them there (please see picture below).

Thanks,
Rick

Yes, I see it too large..Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.article-template__hero-adapt.media {
    display: none;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

yes it works! I added the code into the Asset: base.css.

Thank you so much for your help. Much appreciated.