Debut Theme - Button ADD TO CART:Where can I change the hover text color and remove the black border

Hello @chumani

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

button.btn.product-form__cart-submit.btn--secondary-accent:hover {
    color: #19100c !important;
}
button.btn.product-form__cart-submit.btn--secondary-accent {
    border: none;
}
1 Like