This topic has 5 replies, 3 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hello,
A green banner featuring a blog post category can be seen on each blog post in the general blog posts view. How do I hide that feature? I do not want to see those green bars across my images.
I would also like to remove the category bar from the blog archive images. I only have one category and so it will look repetitive. Thanks.
Hello,
Please add this code in Theme Options > Styling > Custom css:
.post-grid .post-categories {
display: none;
}
Regards
How do we remove the green category box from above the title within the single blog post view?
Hello,
Please use this custom css code:
.single-post .post-categories {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up