Change colour of 'buy it now' and 'add to cart' button on sense theme

I can’t seem to see a way to change the colour of the buy it now button on the product page in the Sense theme. I would also like to change the border colour of the add to cart button as well.

Thanks

When you go to your themes and go to “Customise” there should be a gear on the top left.

Click on that and select “Colors” and scroll down to “Buttons”. You should be able to change the colours there.

Hi @Fabian_weldon

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
    background-color: #000 !important;
}
.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded, .shopify-payment-button [role=button], .cart__dynamic-checkout-buttons [role=button], .cart__dynamic-checkout-buttons iframe {
    --border-offset: unset !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly