How do I hide the category name on my blog?

Hello.
How to hide the name of categories in the blog? (in entries)

Hi,

Please use this CSS snippet How to add custom code snippets - HivePress Help Center :

.post__categories {
	display: none !important;
}

​I hope this is helpful to you.

Thanks.
How do I remove the link to the heading on the post page?

Hi,

Unfortunately, there’s no such feature, it would require a custom implementation. If customizations are required for your site, please try customizing it using the collection of code snippets https://gist.github.com/search?q=user%3Ahivepress and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.