How can I delete the 'Product' h1 title from my collections page?

Hi @imabyssal ,

Please follow the instructions below. The code is section specific and only applies to the certain page.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the theme.css
  3. Paste the code below at the very bottom of the file.
#shopify-section-template--16039496581364__main > div > h1 {
    display: none;
}