Hi Skandha, thanks for the feedback.
I tried to insert the code as a whole, but it didn’t work. However, I took the snippit “border: 1px solid #000;” and added it to the code I was already using and it worked well. Also, I added this snippet to round out the corners of the button: “border-radius: 10px;” Everything is fine but for one issue in the chrome browser (I noticed this on desktop).
When I click the add to cart button, the radius expands to where the corners used to be. Can you fix this?
Here is the css code I am using in total:
.woocommerce form.cart button.button {
background-color: #ffffff;
border: 1px solid #205996;
border-radius: 10px;
color: #2a8fbf;
}
.woocommerce form.cart button.button:hover {
background-color: #137eb0;
border: 1px solid #205996;
border-radius: 10px;
color: #ffffff;
}
Also, here is a link to view the issue: https://www.goldenbuddha.net/product/oxidized-copper-15-25-chenrezig-statue-gold-face-painted/
In mozilla firefox it works fine, but I tried it in chrome and I noticed this issue.
Thank you for your help.
Edwin