How can I hide blog post tags in the District theme?

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.

https://www.lovisarongs.com/blogs/lovi-club

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find assets/district.scss.css and paste this at the bottom of the file:
.post-meta {
display: none!important;
}