How to add product description to Home - Dawn Theme

Topic summary

Users are seeking to display full product descriptions on their homepage using Shopify’s Dawn theme (and similar themes like Refresh and Ride).

Proposed Solution:

  • Navigate to the featured-product.liquid file in the sections folder
  • Insert the code {{ product.description }} at line 324 (for Dawn theme)
  • This liquid code snippet should render the product description on the homepage

Current Issues:

  • Multiple users report this solution does NOT work for Dawn version 10
  • The exact placement and implementation may vary across different theme versions
  • One user requests documentation or guidance on how to determine correct code placement for different themes

Status: The discussion remains open with unresolved compatibility issues for newer Dawn versions. Some users have offered direct assistance via email or store URL review to troubleshoot specific cases.

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

How to add product description to Home - Dawn Theme

Looking to have my full product and description on Home Page. How do I do this?

Using Dawn Theme

1 Like

@butanedragon

for this, you need to go to the featured-product liquid file inside section folder and put bellow code on line 324

{{product.description}}
4 Likes

@butanedragon

add this code feature product section whenever do you need

{{ product.description }}

@butanedragon - if you are familiar with coding then you can put line of code given by @NileshTejani on that particular line, else if you ind it difficult then please let me know, I can do it. You have my email below. I can send collab request.

Hi, I’m trying to do the same thing with the Refresh theme, can you help me? Thanks in advance for your interest.

1 Like

@blueDragonfly

oh sorry for that issue can you please send store url so i will check and let you know

Hello, I have not yet published the theme. I give you the link of the page under construction, is it ok? The product is at the bottom.

https://6ykttjd2tvsxuz8r-67299606849.shopifypreview.com/

This solution does NOT work for me Dawn version 10.

1 Like

This solution does NOT work for me Dawn version 10.

This solution does NOT work for me Dawn version 10.

@powerguy

oh sorry for that issue can you please share your store url so i will check and let you know

https://shopserotta.com/

How can you determine where in the code this should be added? Is there documentation that specifies this? I’m needing to perform the same thing (add the product description to the home page) but I’m using a different theme (Ride). It would be helpful to understand how to figure this out using the documentation. Thanks in advance.