Hi there,
I’ve written the following blog post:
and I am unable to remove the category under the headline (‘studies’).
I’ve edited the post and unticked all the Blog Categories but it appears that I need to have at least one category ticked.
Is there somewhere else I can remove this setting?
Can you please help?
Thanks in advance,
Colm
Hi,
You can hide the category title using some css
.html_modern-blog #top .post-entry .blog-categories {
display:none;}
Paste that into your custom css and the category title shall be vanished!
It will be removed from every blog post though.
Hope that helps
TJ