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
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:
district.scss.css file:.post-meta {
display: none !important;
}
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.
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.
paste this code on top of the district.scss.css file.
.post-meta {
display: none !important;
}
Thank You.
Not delete. Just hide.
@asanka1
paste the code it will hide.
Thank You.
Thank you it worked!
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.