Minimal theme - remove tags from top of blog post

Hey everyone!

I was wondering if anyone has had any luck removing/hiding the tags on the top of the blog post?

When you look at the page it looks super ugly, and you have to scroll down to view the content.

Here’s an example of my blog post page: https://www.threefolddesigns.com.au/blogs/news/introducing-lgbtiq-scrunchies

I’m only using blog posts for SEO, but I’d still like them to be readable!

Thanks in advance,

Michelle

1 Like

Hi @threefolddesign ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss->paste below code at the bottom of the file:
#shopify-section-article-template .section-header + p {
    display: none;
}

Hope it can help you.

1 Like

Yes, thank you so much! :slightly_smiling_face: