Hello , it is not a theme issue , it is a woocommerce system issue
so the only thing to do is to hide the page title using css
try adding this css code to theme customizer
So in admin panel go to appearance>>customize then scroll down to the bottom to >> Additional CSS then again scroll down to the bottom to the editing box
copy the following code and paste it in the editing box then publish then check if it worked
body.archive.post-type-archive.post-type-archive-product.wp-custom-logo.woocommerce.woocommerce-page.hfeed.full-width div#page.site div.top-bar div.container header.page-header{
display:none;
visibility:hidden;
}
if it did not work just delete the code and publish again
Resources :
https://wordpress.org/support/topic/remove-page-title-from-shop-page/#post-8946399
https://www.themeinwp.com/support-forum/topic/shop-page-removal-of-archiveproduct-placeholder/
Hello , it is not a theme issue , it is a woocommerce system issue
so the only thing to do is to hide the page title using css
try adding this css code to theme customizer
So in admin panel go to appearance>>customize then scroll down to the bottom to >> Additional CSS then again scroll down to the bottom to the editing box
copy the following code and paste it in the editing box then publish then check if it worked
body.archive.post-type-archive.post-type-archive-product.wp-custom-logo.woocommerce.woocommerce-page.hfeed.full-width div#page.site div.top-bar div.container header.page-header{
display:none;
visibility:hidden;
}
if it did not work just delete the code and publish again