Change add to cart button size and color
-
Hi,
Could you advise on how to change the add to cart button size and color?
Thank you.
Regards,
Alex
Hello,
Do you want to change the button on all the pages? If you want on separate pages, provide URL
Best Regards
Hello,
I want to change the button on all pages, Will like if you could advise on how to do on separate pages as well.
Regards,
Alex
Hello,
Please try this code:
.single-product-content .cart .button{
border-color: #000;
background-color: #000;
color:#ffffff;
height:30px;
}
Replace all the values with those you need. Be careful with width:80px as it may break markup.
Best Regards