How can I hide tags under each blog post?

Topic summary

A user seeks to hide tags displayed beneath blog posts on their website. After providing a screenshot showing the tags in question, they clarify they want to hide (not delete) them.

Solution provided:

  • Add CSS code to the district.scss.css file:
.post-meta {
  display: none !important;
}
  • The original poster confirms this solution worked successfully.

Follow-up question:
A newcomer to Shopify asks where to locate the district.scss.css file, as they cannot find it in their templates and want to know if it’s a standard file across all templates.

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

Hi there I am looking for a way to hide the tags underneath each blog post. Would appreciate any help!

Here is the link: https://www.lovisarongs.com/blogs/lovi-club

hii, @asanka1
Can you give me a screenshot of your problem so,
I can solve it perfectly.
Thank You.

hii, @asanka1
Do you want to delete these tags?

Thank You.

@asanka1

paste this code on top of the district.scss.css file.

.post-meta {
    display: none !important;
}

Thank You.

1 Like

Not delete. Just hide.

@asanka1
paste the code it will hide.
Thank You.

Thank you it worked!

1 Like

Hi,

I’m new to Shopify. I also want to hide the tags .

Is this district.scss.css file standard for all templates?

I could not find it in mine. Please advise.

1 Like