How can I remove the checkout background image on my website?

Dear Community

I’m having a small issue with my checkout section after adding products, click checkout it appears a big immage like this

Check-out - IrradiaSkinCare

I’m searching the section where remove the backroung immage

Thank you

Hi @RayStaff ,

Result:

![view - 2023-12-20T163437.977.png|1088x964](upload://uwof8FeabWF6bHpbdcLkvJWjK4L.png)

Method 1:
1. Go to Admin → Select Online Store → Theme → Select Customize

![view - 2023-12-20T163526.746.png|1875x973](upload://kI51ABk32UKbCWu52wcJzQMX9NW.png)

2. Go to the checkout page and customize the color of the Order summary as you want

![view - 2023-12-20T163606.839.png|1875x973](upload://kI51ABk32UKbCWu52wcJzQMX9NW.png)

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 ,

Hope it helps @HLLofficial