Reducing size of collection images on desktop home page in Dawn

Topic summary

Reducing collection image size on the desktop home page in the Dawn theme.

  • Request: Make collection images smaller via code in Shopify’s Dawn theme.
  • Initial step: One participant asked for the page link to assess specifics.
  • Solution shared: Edit Code > open theme.liquid, and paste a snippet directly under the tag. A numeric value “0.7” in the snippet can be adjusted to control the image size (e.g., smaller or larger).
  • Assets: A screenshot was shared to show where to paste the code; the exact code snippet is referenced but not visible in this transcript. The image/screenshot is central to applying the fix.
  • Outcome: The change worked for the requester, who confirmed success.
  • Status: Resolved; no further action items or open questions noted.
Summarized with AI on January 2. AI used: gpt-5.

i would like to make the collection images on the desktop version of my store smaller. Is there some code i can use to do this?

Im using the dawn theme.

@Danmuges - can you please share this page link?

Hey @Danmuges ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.

Change 0.7 to your preference


Screenshot is for reference only, the correct code to paste is the one shown above.

Thankyou. Worked perfectly