Hello there,
I'd like to customize the purchase button changing its background color to orange and its text to bold white. Also, I'd like the button to be wider than it's nowadays. Is it possible?
Thanks.
Welton
.gk-product-gallery .addtocart-button {
background: #e34f34;
font-size: 17px;
font-weight: bold;
padding: 20px 50px;
line-height: 10px;
height: 50px
}
table.cart td.actions input.button,
.wc-proceed-to-checkout a {
...
}
.wc-proceed-to-checkout a
#gk-mainbody .wc-proceed-to-checkout a