How to modify payment, shipping, and display settings in Dawn theme?

Topic summary

Goal: customize the Shopify Dawn theme to adjust payment, shipping, and product form display: remove Shop Pay/Afterpay, remove “Shipping calculated at checkout,” remove the “Size” title, and lowercase the “Add to cart” button.

Latest update: A solution was provided with theme edits. The suggested steps: go to Online Store → Themes → Actions → Edit code and add custom code in theme.liquid before the closing tag. Screenshots and a code snippet (markup) were central to guiding the implementation.

Outcome: The store owner confirmed the changes worked after applying the provided instructions. No additional issues were raised.

Context:

  • Shop Pay and Afterpay are accelerated checkout/payment options shown on product pages.
  • theme.liquid is the main layout file in Shopify themes; placing code before applies site-wide UI changes.

Other notes: A support representative requested the store URL (barefash.com) to assess the page before the fix.

Status: Resolved. No further actions or open questions recorded.

Summarized with AI on January 30. AI used: gpt-5.

Can anyone help with the following:

  • Remove ‘shop pay’ and ‘after pay’
  • Remove ‘shipping calculated at checkout’
  • Remove title ‘size’
  • Lowercase ‘add to cart’

Hello @barefash

Can you give me your page URL (with pass if your store password is enabled), so I can check and give you a solution?

Kind & Best regards,
GemPages Support Team

Hi @barefash

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Perfect. That was easy to follow along. And it worked!

Hi @barefash ,

I am so glad that my solution can help.