How do I hide blog post tags that appear underneath the blog posts in district theme?
Hello There,
Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find assets/district.scss.css and paste this at the bottom of the file:
.post-meta {
display: none!important;
}
