Dawn Theme - Add a text line to collection page

Topic summary

A user wants to add a text line (likely about shipping information) with an optional icon to their collection page product cards in the Dawn theme. The text should appear below the price on both grid and individual product views, as shown in their screenshots.

Proposed Solution:

  • Multiple responders suggest editing the card-product.liquid file
  • Add HTML markup code below the “render price” code section
  • The code snippet provided: <p class="card__text">Your text here</p>

Current Status:

  • Initial implementation attempt unsuccessful - code added but nothing displays
  • User shared their website (dekranenfabriek.nl) and a screenshot of their code placement
  • Latest suggestion: look for alternative “render price” code lines around line 250 of the file

The discussion remains ongoing as troubleshooting continues to identify the correct code placement location.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hi,

So as shown on the pictures below I would like to add a text line where the red boxes are. Maybe also add an icon in front of it . I want to say say something about shipping. Can someone help me with that?

1 Like

Hi @ReluVOF

Find the card-product.liquid file and add this code below the render price code

Your text

1 Like

Hi @ReluVOF , please following the instruction below:

Step 1: Please navigate to Online Store → Themes → Edit code.

Step 2: Find card-product.liquid file

Step 3: Add this code below the render price code

 Your code here 

If this helpful, please give us a like and mark it as a solution. Thanks you :heart_eyes:

Hi @ReluVOF , please follow the instruction below:

Step 1: Navigate to Online Store → Themes → Edit code

Step 2: Find card-product.liquid file

Step 3: Paste this code below the render price code.

 Your code here 

If this helpful, please give us like and mark its as a solution. Thanks you :heart_eyes:

@DaisyVo

Thanks for helping, but unfortunately when I put the code in it doesnt show anything.

Take a photo of the code you added and share the link of your website

@DaisyVo

The link is dekranenfabriek.nl

You can find other “render price” code lines
around line 250

1 Like