Comments 2peisaiheng started the conversationMarch 27, 2017 at 7:17pmCan I remove the category from the blog posts page as well as the single post page and add author to the blog post page?I'm trying to create something like thishttps://blog.marvelapp.com/ 1,558Laborator repliedMarch 28, 2017 at 1:32pmHi peisaiheng,To hide it from the blog page, add this CSS to your Custom CSS area: .blog-holder .box-holder .post-info .details .category { display: none; } You can hide the categories from the single post by following the instructions below: (view large version)Make sure you follow our instructions in Documentation articles.Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Can I remove the category from the blog posts page as well as the single post page and add author to the blog post page?
I'm trying to create something like this
https://blog.marvelapp.com/
Hi peisaiheng,
To hide it from the blog page, add this CSS to your Custom CSS area:
You can hide the categories from the single post by following the instructions below:
(view large version)
Make sure you follow our instructions in Documentation articles.
Best regards,
Laborator Team