Hi Misplon,
I tried your above code but it didn’t work, thanks
but i used this one it it kinda worked, although it changed all buttons on my website, i would have rathered at least the continue shopping button a different color but with this code it changes every button on the website. I cannot seem to find any other code that works so i guess i will have to live with them all the same colour, here is the code:
a.button,
.button.alt,
.button,
input.button,
button.button,
a.comment-reply-link,
#commentform #submit,
#btn-cart a,
#btn-cart a span.btn-cart-inner {
background:#0e8b8b!important;
background:-webkit-gradient(linear,left top,left bottom,from(#0e8b8b),to(#0c7474))!important;
background:-webkit-linear-gradient(#0e8b8b,#0c7474)!important;
background:-moz-linear-gradient(center top,#0e8b8b 0%,#0c7474 100%)!important;
background:-moz-gradient(center top,#0e8b8b 0%,#oc7474 100%)!important;
border-color:#343538!important;
color:#ffffff!important;
text-shadow:0 -1px 0 rgba(0,0,0,0.6)!important;
}
a.button:hover,
.button.alt:hover,
.button:hover,
input.button:hover,
button.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
#btn-cart a:hover,
#btn-cart a span.btn-cart-inner:hover {
background:#0e8b8b;
background:-webkit-gradient(linear,left top,left bottom,from(#0e8b8b),to(#0c7474));
background:-webkit-linear-gradient(#0e8b8b,#0c7474);
background:-moz-linear-gradient(center top,#0e8b8b 0%,#0c7474 100%);
background:-moz-gradient(center top,#0e8b8b 0%,#0c7474 100%);
color:#343538;
text-shadow:0 -1px 0 rgba(0,0,0,0.6)
}
}
thanks again