This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi,
I have hidden the author, the date, the comment counter below the blog post title. I want categories to be visible. Now I still have slash symbols on both sides of my category name. I would like to remove them but can’t find the appropriate code to hide them.
Hello,
Please change your code to this one:
.blog-post .post-info .posted-in {
font-size: 14px;
}
.blog-post .post-info {
font-size: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up