Home Forums WoodMart support forum Remove category tag from single post Reply To: Remove category tag from single post

#172496

Hello,

I saw the screenshot you attached. Unfortunately, there is no option in Theme Settings Available to hide category from the blog post.

You need to add the Following CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

.article-inner .meta-post-categories {
    display: none;
}

Best Regards.