Motion theme: How do I add a color to the border of the 'Add to cart' button?

Hi,

How do I add a color to the border of the button? Or how do I change the color of the ‘Add to cart’ button?

Site: thechillsmart.com

You could try adding this code to the bottom of theme.scss.css

button.btn--tertiary.btn--full.btn--no-animate.add-to-cart{
  border-color: #000;
  border-width: 2px;
}

Result:

Hi @Chillsmart !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please paste this code at the bottom of theme.scss.css under assets in theme code files;

.payment-buttons .btn–tertiary {
border: 2px solid black !important;
}

Like this;

I hope my recommendations will be beneficial for you, let me know if you have any questions. Cheers!

Best Regards;
PageFly

Thank you it worked!

Thank you!