I've monkeyed around with the "Add to Cart" Button for a bit now, but I'm having trouble styling it properly. Basically I would like to change the width (it's currently cutting off the last few letters of "add to cart") and also change the button and text colors so that they fit in with my color scheme a bit better.
I've also noticed the the button is different on my product categories page where I have a number of them listed than it is on my individual product pages, though neither is the right size for the text. You can see the difference here:
http://www.spinozarods.com/store/bamboo-rods/
http://www.spinozarods.com/store/bamboo-rods/leonard-8-6-3p-df50-red-wrap/
Here is the css that I was trying to use but which isn't doing anything:
/*=== Fancy 3 css === */
.custom .estore-button-form {width: 120px;}
So, what's the proper CSS for styling that darned button in each of these cases?
Thanks!
-JA