Add to cart button changed color in Image Show GK4 for VM

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 22, 2014 7:14 am
Reply with quote
Report this post
Hi,
I want to change the color of the add to cart button and its hovering effect same as in the demo of Shop & Buy but for some odd reason, mine are the exact opposite.
http://192.185.154.195/~a2z/
Please let me know what I need to do to reverse those colors.
Thank you for your prompt reply!
Kind regards
User avatar
Senior Boarder

teitbite
Mon Mar 24, 2014 8:51 pm
Reply with quote
Report this post
Hi

Add this code to override.css and make sure override is allowed in template settings:

Code: Select all
input.addtocart-button {
background: none repeat scroll 0 0 #282C2F !important;
}

input.addtocart-button:hover {
background: none repeat scroll 0 0 #ED6363 !important;
}
User avatar
Moderator


cron