Hide Category on Posts

Am I missing something, or is there no native way to hide the category from displaying in Posts?

The end result is not very visually pleasing.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Yes, you can enable/disable category in a single post from appearance > customize > blog setting > single blog setting

Thanks!
Colorlib Support Team

Thank you, but I am not talking about on a single post but rather on the blog settings.

Please see sample: https://whswolverineclub.com/blog-2/
My goal is to turn off the Uncategorized tag that appears.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the category element by going to Appearance > Customize > Additional CSS and pasting it there.


span.shapely-category {
    display: none;
}

Best Regards,
Support