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

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

Hello Dear Admin,

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

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

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

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

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