Decrease space between product title and product color

Topic summary

A user customizing the Dawn theme’s product page needed to reduce spacing between the product title and color selector.

Another community member provided a CSS solution:

  • Navigate to Online Store β†’ Theme β†’ Edit code
  • Open theme.liquid file
  • Add custom CSS before the closing tag targeting the product form input label with display and padding properties

The solution successfully resolved the issue. The thread is marked as resolved with an accepted answer.

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

Hi,

I have made a ton of custom css for my product page on dawn theme. Now i have one last problem that i cant solve by myself.

I need to decrease the space between product title and product color; see red square in screenshot.

If anyone knows the solution please share!

Url: www.arceyworldwide.com

Password: arcey

/Leon

1 Like

Hello @Leonpojen

You can add code by following these steps

  1. Go to Online Store β†’ Theme β†’ Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

#shopify-section-template--18513808195851__main .js.product-form__input label:first-of-type { padding: unset !important; } .product__tax.caption.rte { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like

Thank you so much @niraj_patel this worked!!

Welcome @Leonpojen :grin:

1 Like