Hi there,
I’m using the Motion theme to create our website, and I have a question.
Is there any way to change the button color of the “Add to Cart” (カートに追加する) button?
Thank you.
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css or theme.css file and paste the following code at the bottom:
button.btn.btn--full.add-to-cart {
background-color: #000 !important;
color: #fff !important;
}
Note: Change color code a/to your need.
Hi @EC_11_1
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Theodore | PageFly
It worked. Thank you very much!