how to add background color to the page?
Can you please share your store url so that I can provide you the solution code.
vaikunthatea pass–uldoltttt
Thanks for sharing the store url and password.
In order to change the background of the Shipping page then you need to follow these steps.
Go to shopify Admin —> Online Store —> Edit Code —> base.css
In the end of base.css you need to paste the code that shared below.
section#shopify-section-template--20295600275655__main {
background: #f3f3f3 !important;
}
You can change the value from #f3f3f3 to any background color that you want.
