Removing Archives Text

Hi
“Archives” is added to the page title text in the header to whichever page I allocate as my Woocommerce shop.
Can you tell me how to remove this so it reads “Products” rather than “Archives - Products”.

My Website

Hello there,

I hope you are doing well today.

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

.header-image-bg .page-title { display: none; }

Best Regards,
Support

Hi
Thanks for getting back to me.
That CSS code removes the header image text altogether, on all pages of the site.
What I’m really after is a way to modify the text in the header from “Archives: Products” to just “Products”.
“Archives:” is being automatically added to the page title which is “Products”.

This has something to do with allocating that page as the shop in Woocommerce. If I change one of the other pages to be the Woocommerce shop it will add “Archives:” to the text in the header. I can’t find any way to disable this.

Hi
Any further thoughts on this?

Hello there,

I checked your website and saw that you removed the archive text.
Please let us know if you still need help on this issue.

Best Regards,
Support

It’s still there unfortunately. Any help removing it would be appreciated.

Screenshot attached.