Re: How to change the background of the add to cart button in the collection page

Solved

How to change the background of the add to cart button in the collection page

EthanOSHOP
Explorer
71 0 13
Accepted Solution (1)

zaczee
Globetrotter
855 46 42

This is an accepted solution.

 

Hi

 

Add this CSS code


Online Store > Themes > Edit code > Assets > custom.css or theme.css

 

.quick-add__submit {     background: red; }

 

View solution in original post

Reply 1 (1)

zaczee
Globetrotter
855 46 42

This is an accepted solution.

 

Hi

 

Add this CSS code


Online Store > Themes > Edit code > Assets > custom.css or theme.css

 

.quick-add__submit {     background: red; }