how to change the button color for whole website.

i want to change the botton color to (#CD0505) for whole website to match the red color used.

Store link: https://s11iaukvyuisywf1-90656506170.shopifypreview.com

Thanks for the help.

It changed the button on the banner. but i need to change every button/color that is #da7e87 in the store to #CD0505.

can you please help with this?

Hi @jahin2

  1. Customize theme

2.Theme settings

  1. Change Accent1 color

Hi @jahin2

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to do that

html .button {
    background-color: #CD0505 !important;
    border-color: #CD0505 !important;
}

Still not all colors are updated.