How to make buttons the same color as my "All orders ship free" banner?

https://empiricalwater.com/

Dawn Theme

I like the color of the blue banner at the top, #334FB4. I would like to apply this accent color to the buttons on my website. For example, the “Try a free sample!” button on the home page which is currently black, as well as the “Send” button on the Contact page.

I appreciate any help. Thanks

Hello @empiricalarby

Inside Shopify Admin, you can go to Edit theme code, open file base.css, and add this code at the bottom

:root {
    --color-button: #334FB4 !important;
}

Thanks, but I tried that and I don’t see a change in my website. Anything else I should try?