How to decrease the space between price and title in dawn theme

Topic summary

A user seeks to reduce the vertical spacing between product titles and prices in the Dawn theme.

Solution Provided:

  • Navigate to Online Store → Theme → Edit code
  • Open the theme.liquid file
  • Insert custom CSS code before the closing </head> tag

The response includes a code snippet (appears corrupted in the source text) and a screenshot demonstrating the implementation. The solution involves adding CSS styling to adjust the margin or padding between these elements.

Status: A solution has been offered with step-by-step instructions, though the original poster has not yet confirmed if it resolved their issue.

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

How to decrease the space between price and title in dawn theme product page

Hi @NOT1 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!