Can you let me know what code and where to put it in order to remove This is where you can add new products to your store from my Shop page.
Hi,
Please add below custom css code to hide the description:
.woocommerce-page .archive-description { display: none; }
Thank you!