I am trying to change the pop up that appears when a customer adds something to their cart. Right now it is transparent and I would like it to just be white. I have tried all the codes that have been shared on the other discussion posts about this topic and none of them are working. My url is www.juliakaydesign.com. Thanks!
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
- Go to Online Store->Theme->Edit code
- Asset-> component-cart-notification.css
- Paste the below code at the bottom of the file.
cart-notification-wrapper .cart-notification {
background-color: #fff !important;
}
Hope my solution works perfectly for you!
Regards,
Victor | PageFly
