change color of add to cart button

GK User
Sun Jun 10, 2012 12:15 am
I went to the vm style sheet in esport to change the color of the add to cart button and other buttons in vm. i am using the green style. the buttons are black and hover is orange. i changed what i thought was it but still have black and orange. can someone tell me where to change it?
User avatar
Expert Boarder

Konrad M
Sun Jun 10, 2012 7:44 pm
Hi,
please try add to override.css
Code: Select all
input[type="submit"] {
background: #333;
}

and for hovered
Code: Select all
input[type="submit"]:hover{
background:#F47B20;
}

and set your own color values. Remember to enable override.css option in template settings.
User avatar


cron