Home › Forums › Basel support forum › How to change the styles of the basket message › Reply To: How to change the styles of the basket message
July 19, 2017 at 2:19 pm
#16618
Artem Temos
Keymaster
Here is a code for the button
.woocommerce-message .button {
background-color: black;
border-color: black;
}
.woocommerce-message .button:focus,
.woocommerce-message .button:hover {
background-color: gray;
border-color: gray;
}