Hello,
My client’s website has category pages. Each page shows a page header which looks like below
<header class="page-header">
<h3 class="archive-title">Category: Work</h3></header>
I’m trying to remove the word “Category:” from the page header.
How can I do that?
Thanks