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

How to change the text color of the pop up box for items added to your cart

How to change the text color of the pop up box for items added to your cart

Marketing1KC
Excursionist
27 0 2

Please help I cant seem to edit the text color of the pop up box for items added to your cart - its in red color at the moment same color with the background, I'd like it to be White or Black color. Please see the attached screenshot. thanks

 

Screenshot 2024-02-14 120331.png

Replies 5 (5)

Sweet_Savior_3
Shopify Partner
1362 104 145

Hello Dear Admin,

Please send me your store URL and if it have the password please share that also.

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!

PageFly-Henry
Shopify Partner
1184 335 292

Hi @Marketing1KC 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


.cart-notification__heading {

    color: white !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

risestrong
Visitor
3 0 0

How would I change the color of the text on the "Continue Shopping" link that is at the bottom of that screenshot? I would like it to be white

BrainStation23
Shopify Partner
413 62 60

HI @Marketing1KC 
You can try following these steps to achieve your result 

Go to Online Store->Edit code->base.css file 
Bellow the base.css file add this code 

 

.cart-notification__heading {
    color: white !important;
}

 

If it not working then please share your store URL, So that we can try to solve your feature

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
risestrong
Visitor
3 0 0

How would I change the color of the text on the "Continue Shopping" link that is at the bottom of that screenshot? I would like it to be white please