1

I am using the RWD template. Trying to figure out how to change the color for the add to cart WHEN YOU CLICK ON IT. I was able to find the standard color as well as the hover color, however there seem to be a color when you click on it and I cannot find the CSS to change the color.

asked Dec 2, 2015 at 19:29

1 Answer 1

0

skin/frontend/rwd/default/css/styles.css line 943

.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
 background: none repeat scroll 0 0 #2e8ab8;
 cursor: pointer;
 }
answered Dec 3, 2015 at 4:33

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.