About Dawn theme add to cart popup page's background color modify

Solved

About Dawn theme add to cart popup page's background color modify

Songxitong
New Member
5 0 0

Hello, everyone

 

        I doesn't know when and how I modified the background color of "add to cart" popup page to blue, now I wanna to modify it to white, does anyone can tell how to do so ? thanks in advance!

q1.png

Accepted Solution (1)

CodingFifty
Shopify Partner
1003 150 175

This is an accepted solution.

Hi @Songxitong,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

div#cart-notification {
    background-color: white !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
1003 150 175

This is an accepted solution.

Hi @Songxitong,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

div#cart-notification {
    background-color: white !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com