Change title collection on Collection list

In the Collection list, the products are displayed. How can I change the product name to the collection name of that product in Shopify Dawn theme? Please help me with the above case. Thanks

Hi @kay2573 ,

kindly provide your store URL please and if it is password protected, please share the password as well.Thanks

Hello @kay2573
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution

I have found the solution, now I would like to share with the shopify dev community, just change in card-product.liquid the card_product.title part to card_product.type

### 
            
              {% comment %} {{ card_product.title | escape }} {% endcomment %}
              {{ card_product.type | escape }}