I have the dawn theme. Im not sure why this looks like this on my check out page. I wanted my landing page to have a white outlined shop now box but now i have these problems. nothing has helped coding wise. please help me out if possible! thank you so much.
Hi @Emmab10
I may find out the issue cause code after checking under inspection mode page.
- The product image has been added with round corner CSS:
- The background color of quantity button is incorrect.
The way to resolve the two issues here is:
- Change the round corner related CSS code into border-radius: unset; Like this:
- Change the background color from rgb(0, 0, 0) to #fff.
Hi @Emmab10 ,
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
.cart-item__image-container.gradient.global-media-settings {
background: unset !important;
border: none !important;
}
quantity-input.quantity.cart-quantity {
background: #ffff !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!





