• Hi everybody, I need help. I would like to hide tags from posts on my main page of blog. How can I do it?
    Thanks for help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hey @prymek ,

    We appreciate you writing in,

    Could you please try adding the following CSS code by going to Appearance > Customize > Additional CSS and check your site?

    .home #content .post .article-content .below-entry-meta .tag-links {
        display: none;
    }
    

    Do write us back if this doesn’t work.

    Regards,
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide tags of posts from my main page’ is closed to new replies.