Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I'm using Debut and have changed my Product page so I don't have a dynamic checkout.
This makes my "Add to cart" button green and I want to do the same thing to the pop up that appears when you add an item to your cart.
Is this possible?
Thanks
Hello milan-gelanyi,
Please share your site url so that i can check and let you know.
Hi, @Topg6 ,
This is Evita from On The Map.
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code at the bottom of the file.
.cart-popup__cta-link { background: #29B419!important;
color: #fff!important;
border: none!important; }
Best,
Evita
Thank you, it worked perfectly.