How to change add to cart button from black to white with border in product page

This is my current default add to cart button but I want to change it to white with a black border like the second pic

Hi @Revail ,

Share Your Store URL Please !

hello @Revail

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product .btn.btn--primary.btn--add-to-cart {
    background: #ffffff !important;
    color: #000000 !important;
}
3 Likes