WooCommerce shows big "Archive" on home page

I set my home page to be front page of the WooCommerce store. For some reason I have a giant banner going across the page that says “Archives” that I can’t seem to get rid of. I looked through the fourms here but didn’t really find what I thought matched what I’m seeing. Any advice?

Our site URL is samples.inkbrigade.com

Thanks!

Hi @revjamie,

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

I visited your shared site but the giant banner is not displaying for me as shown in the attached screenshot.

Please advise.

Kind Regards,
Movin

Hy @movin
It actually shows big “Archives:” if the shop page is set as home page. You can see it on my website 99cents.tk

You can try removing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


body.post-type-archive-product.woocommerce section.page-title-section.bg-secondary {
    display: none;
}