How do I get rid of white rectangle in my continue shopping screen? Dawn theme.

How do I get rid of white rectangle in my continue shopping screen? Dawn theme.

Swainscents
Tourist
18 0 3

This white rectangle is not going away and I have seen plenty of people have this problem and everyone says "copy this code and paste it before <body> in theme.liquid" but every code I've tried wont work. Please help!

Replies 4 (4)

Moeed
Shopify Partner
7362 1994 2433

Hey @Swainscents 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Swainscents
Tourist
18 0 3

Swainscents.com

taumpe

I believe this is my password, I am new to this so if it is wrong please let me know!

Moeed
Shopify Partner
7362 1994 2433

Hey @Swainscents 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
cart-items {
    background: black !important;
}
.cart__warnings * {
    color: rgb(203 178 106) !important;
}
main#MainContent {
    background: black !important;
}
</style>

RESULT:

Moeed_0-1742408139985.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Swainscents
Tourist
18 0 3

This worked. Thank you so much!