cancel
Showing results for 
Search instead for 
Did you mean: 

Change color add to cart button

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Change color add to cart button

Does anyone now how to change the color of  add to cart button

1 REPLY 1

Re: Change color add to cart button

Add the css into your theme styles.css file.

 

Here'a path for styles.css file: \skin\frontend\myPackage\myTheme\default\css\styles.css.

 

Edit the file and paste the below code:

.add-to-cart .add-to-cart-buttons .button.btn-cart {
background: background none repeat scroll 0 0;
}
Query solved? Accept as Solution.Thanks
Eric Baily