Changing Button Color for "Add to Cart" Feature in Motion Theme

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:

  1. Go to Online Store → Theme → Edit code

  2. 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

Hello @EC_11_1 ,

Please can you share the store URL?

Thanks!

It worked. Thank you very much!