Dear Community
I’m having a small issue with my checkout section after adding products, click checkout it appears a big immage like this
I’m searching the section where remove the backroung immage
Thank you
Dear Community
I’m having a small issue with my checkout section after adding products, click checkout it appears a big immage like this
I’m searching the section where remove the backroung immage
Thank you
Hi @RayStaff ,
Result:
Method 1:
1. Go to Admin → Select Online Store → Theme → Select Customize
2. Go to the checkout page and customize the color of the Order summary as you want
Method 2: You cannot use custom CSS for checkout unless you are on the Shopify Plus plan
If you are using the Shopify Plus package, search for the file checkout.scss.liquid and add the following code at the end of the file
.order-summary .order-summary__section {
background-image: none;
}
Hi @HLLofficial ,
You can do this in the Customize section of the theme.
I made a video showing you how to do this.
Video link: https://www.loom.com/share/5b7d0550db2b4106a72ee95915c0dc40?sid=fb72c7cb-b33c-42e2-ba8a-b907fb84691a
Hope it helps @HLLofficial