What's your biggest current challenge? Have your say in Community Polls along the right column.

Change font color in checkout page cart drawer DAWN Theme

Solved

Change font color in checkout page cart drawer DAWN Theme

bloomboxspakit
Excursionist
22 0 5

Once you are at the checkout page and you click the cart button again, the text circled in the picture is black. I've added code to change the rest of the text to white but that small piece of text is still black. Any help would be greatly appreciated! Thank you.

 

My Store URL is https://bloomboxspa.com/ 

 

Screenshot 2024-06-11 at 8.40.10 PM.png

Accepted Solution (1)

mrashid
Shopify Partner
293 25 30

This is an accepted solution.

@bloomboxspakit paste code in base.css

small.tax-note.caption-large.rte, .cart__note label {
    color: #fff !important;
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 6 (6)

bloomboxspakit
Excursionist
22 0 5

I stand corrected it is not only on mobile. The problem appears on desktop as well.

mrashid
Shopify Partner
293 25 30

@bloomboxspakit checking

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
bloomboxspakit
Excursionist
22 0 5

Once at checkout, if the cart icon is clicked again, the problem appears.

mrashid
Shopify Partner
293 25 30

This is an accepted solution.

@bloomboxspakit paste code in base.css

small.tax-note.caption-large.rte, .cart__note label {
    color: #fff !important;
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
bloomboxspakit
Excursionist
22 0 5

Like a charm. Thank you!

mrashid
Shopify Partner
293 25 30

@bloomboxspakit Welcome
Feel free to reach out if you have any questions or need assistance.

 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution