How to change the check out button color?

I want to change the color to #a59385

Hi, @Rowye .

please drop your store URL and password.

@Rowye , go to base.css and add the following code :

button[name="checkout"] {
    background-color: #a59385 !important;
}

There has no base.css

@Rowye , go to your theme.liquid file and add the following before the tag :


Hi, @Rowye .

Search > style.css > theme.css > custom.css > find one file and paste the code very bottom of the file.

button[name="checkout"] {
    background-color: #a59385 !important;
}

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file
button[name=checkout] {
background-color: red!important;
}

I couldn’t find custom.css.

Is here?

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

I don’t have base.css.Could you tell me other places where I can change the color?

Is here?