This topic has 6 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hello,
I would like to remove the purple tag at the lower left hand corner of each image on my home page that says the category of the post because it blocks part of the image in the “related posts” section.
I tried changing the main color of the site which worked, but then my active and hover nav bar items would disappear. Is there a way to disable the tag with custom CSS?
Thanks
Hello,
Please add this code in Theme Options > Styling > Custom css:
.et-blog .wp-picture .post-categories {
display: none;
}
Regards
It still seems to appear even after I pasted the code into the custom CSS. Just to be clear, I’m talking about removing the purple box in the lower left hand corner of the featured image of the blog posts. See attached image.
Thanks!
Nevermind. I got it working. Thank you!!
Sorry, actually it still appears under related posts for each individual blog post. Can you help me remove those purple boxes from the related posts section?
Sorry for all the inquiries. Thanks again!!
Hello,
Sorry for the delay due to the weekends.
Please change previous code to:
.et-blog .wp-picture .post-categories, article.blog-post .post-categories {
display: none;
}
Regards
Tagged: featured images, remove category tabs, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up