Hey,
I would like to replace the checkout button to an image. I have tried using this
.woocommerce-cart .wc-proceed-to-checkout [class*=“checkout-button button alt wc-forward”] {
background-image: url(https://outdoordogsupply.com/wp-content/uploads/2017/09/VisaMasterDiscoverAmerican.png);
display: block;
max-width: 400px;
margin: 0 auto 20px;
} !important;
But all that dose is put the image in the button. I need to replace the button with the image but have the image do the same thing the button dose. Which takes you to the Checkout page.
The URL is Outdoordogsupply.com