Home › Forums › WoodMart support forum › Remove category tag from single post › Reply To: Remove category tag from single post
February 10, 2020 at 11:34 am
#172496
Aizaz Imtiaz Awan
Keymaster
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.