How to remove the Categories from the top of post titles in the grid and feed
-
Hi,
I would like to know if there’s any way that I can remove the Categories from the top of post titles in the grid and feed?
I only want the categories to be shown at the side bar instead of with each post titles.
Please let me know if there’s anything that I can do, or I probably can’t even use this category feature…
Thanks a lot!!
The blog I need help with is: (visible only to logged in users)
-
Hi there, to do this, you would need the WordPress.com Premium Plan upgrade, which includes Custom Design and the ability to add custom CSS. You can try out and preview custom CSS before you buy as explained here. The following would be the custom CSS to hide the categories on the grid and also on single post pages.
.cat-links { display: none; }There is no way to add the categories to the left post data on single post pages using CSS.
- The topic ‘How to remove the Categories from the top of post titles in the grid and feed’ is closed to new replies.