Change Add To Cart Button Color

Hello,



How can I change the add to cart button color alone without changing the primary button color on theme editor?



version 4.2.3



Thank you,

ruib

hi any idea? i need to kwon how change the color and size "add to cart " button

same here. I can't find a way to do this. any help is appreciated

Try this:



.ty-product-block__button .ty-btn__primary {
background: #ffccff;
}
.ty-product-block__button .ty-btn__primary:hover {
background: #ff00dd;
}




You can add these rules to the CSS section of the Theme editor

[quote name='eComLabs' timestamp='1416300854' post='197232'] Try this: .ty-product-block__button .ty-btn__primary { background: #ffccff; } .ty-product-block__button .ty-btn__primary:hover { background: #ff00dd; } You can add these rules to the CSS section of the Theme editor [/quote]



just what I needed. thank you!

[quote name='buging' timestamp='1416594948' post='197651']

just what I needed. thank you!

[/quote]



We were glad to help you!