How can I change the color of my 'Add to Cart' pop up on Debut?

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.

1 Like