Hi,
How can I remove or edit these colors after it’s been clicked?
http://staging.expresswriters.com/product/creative-writing/
http://staging.expresswriters.com/wp-content/uploads/2014/08/Screen-Shot-2014-08-08-at-11.40.48-AM.png
http://staging.expresswriters.com/wp-content/uploads/2014/08/Screen-Shot-2014-08-08-at-11.40.54-AM.png
Thanks,
Josh
Hey Josh!
That’s the outline property, try adding this code to the Quick CSS:
.quantity input[type='button'] {
outline: none !important;
}
Cheers!
Josue
Thanks my friend!
You are welcome, always glad to help :)
Regards,
Josue