(Category: optimize your life) How do I remove the Category part??

I can’t seem to be able to remove the category part in the page title.

I created a category and placed it into the menu and when I click on the “Category tab”(Optimize Your Life) in the menu it takes me to the page. Now the only problem I have is that the Category is in the page title… I would like to remove that .
http://www.optimizeourlives.com/category/optimize-your-life/

Please help lol

-Ethan
and thanks :slight_smile:

Hey there,
Hope you’re doing well today

While there isn’t a way of editing the text that appears at that area, I’ve found a way to remove it. If you’d like to do this, kindly add and save the following code to Appearance > Customize > Additional CSS:

.archive.category .bottom-header h2 {
    display: none!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Thank You so much :slight_smile: That’ll have to do

-Ethan