Home › Forums › Jevelin Theme › Remove category tag for blog posts
Home › Forums › Jevelin Theme › Remove category tag for blog posts
Hi Team,
Hope you are doing fine this week.
Can you post for me a custom code that will remove category tag for blog posts?
Seems that those already shared are not completely removing tag and name of the category.
See attached screenshot and link below.
Thanks,
Marcin
Solution for this topic
Hi Marcin,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
span.post-meta-categories { display: none; }
Best regards,
Shufflehound team
Great, all works as expected.
Thank you!
You are most welcome here 🙂