Product details on collection page(power, weight, dimensions)

Hello everyone,
Hope you’re all doing well. Is there a way to add small details under product tile on collection page by using a code or app, would really appreciate the help.

Something like this

Yes, it is possible to add small details under the product tile on the collection page using code or apps. Here are two approaches you can consider:

  1. Code customization:

    • Access your theme’s code editor (typically found in the Shopify admin under “Online Store” → “Themes”).
    • Locate the file that controls the collection page template, often named collection.liquid or similar.
    • Within the relevant loop that displays the product tiles, you can add additional code to display the desired details.
    • Customize the HTML and CSS to format and style the details according to your preference.
    • Save the changes and test the collection page to see the added details.