Remove category from displaying on Blog page

I’ve tried CSS code from all over the forum but can’t seem to get rid of the category (in this case “uncategorized”) from displaying. What is the magic mojo that I’m missing? Here is the page: https://www.sharonbollum.com/blog/
Thank you

Hello there,

I hope you are doing well today.

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

/*Category removal*/
.post-content .shapely-category a {
    display: none;
}

Best Regards,
Support

Worked PERFECT! Thank you!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support