How can I modify the checkout page on the Dawn theme?

Hello! There are several changes I’d like to make on my Checkout page:

  1. Change heading “Your cart” to “Your Cart”
  2. Move the “Continue shopping” link to below “Your Cart”
  3. Change button text from “Check out” to “Check Out”
  4. Add a required checkbox with verbiage [similar to below] that says “I have read and agree to the shipping and return policies.”

Hello @sabtsmith

  1. Edit language → Cart page ( here find and change it )

  2. With css you can do it

  3. Same Edit language → Cart page ( here find and change it )

  4. Not possible without customization ( JS knowledge required )

Thanks

@sabtsmith

can you please share store url and also please check here your word changing

https://help.shopify.com/en/manual/online-store/themes/customizing-themes/language/change-wording

Yes, URL is www.shopsathera.com. Password: cahwon

@sabtsmith

thanks i have checked everything working fine

Everything works, but there are other formatting changes I’d like to make:

  1. Move the “Continue shopping” link to below “Your Cart”
  2. Add a required checkbox with verbiage [similar to below] that says “I have read and agree to the shipping and return policies.”

@sabtsmith

yes, please try this code 1st point 2nd need to requires to customization

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.section-template--15687012155640__cart-items-padding .title-wrapper-with-link {
    flex-direction: column;
}

That worked - thank you so much!

@sabtsmith

its my pleasure to help us