Hide Category from the top of blog page

Hello,
I am looking for help to hide “Category: Blog post” from the top of my blog page. I am attaching a screenshot of how the blog looks now. Circled in the attached file is the piece that needs to be removed.
On this Forum found these CSS codes which I added in the Additional CSS field, but they don’t remove the Category from appearing at the top:
.cat-title .post-categories {
display: none;
}

.flex-caption .post-categories {
display:none;
}

Could you, please, help?
Thank you very much in advance!

Hi @artsny,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it is displaying so that i can help you to hide it?

Best Regards,
Movin

Hello Movin,
I actually found CSS code that is working for me at least for now. However it does more than I intended as it hides not only Category but also the post title. Anyway, I am using it for now.
I added this:
.page-header{
display:none;
}

Thank you for getting back to me and offering help!
ArtsNY

You are most welcome here :slight_smile: