Header and Footer On Checkout Pages in Dawn theme

Iam using Dawn theme and I need to show default header and footer in checkout page. How to do this?

Hello @onceupon ,

You won’t be able to add that to the checkout page. The Checkout have very limited editing options. You can do just logo, banner and etc, these options show theme settings, but your header and footer will not be visible there. The shopify policy you can’t do this; I tried a lot of time.

Thanks

Is this possible to add custom css for checkout page?

These are options come on setting.

After checkout tab next option custom css

I found

this in checkout page source code. then I added custom css

.VheJw{border:10px solid red}

But nothing worked. I need to add custom font and color for heading, input feild, label etc. How to do this?

You can check this

Official shopify link: https://shopify.dev/docs/themes/architecture/layouts/checkout-liquid

The checkout.liquid layout renders the checkout and is available only to Shopify Plus merchants. If your store isn’t on Shopify Plus, then you can customize your checkout pages in the theme editor.