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;
}
@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,
- In your Shopify Admin go to online store > themes > actions > edit code
- 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.
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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?



