I want to change color of border in add to cart button

Topic summary

A Shopify store owner wants to change the border color of their \

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

I want to change color of border in add to cart button

As you can see in the below image that the border color for thumbnail is #e8e8e8 and in the add to cart button it is blueish

Website: www.swayur.com

So I want to change the border color of the add to cart button just like thumbnail.

Hi @swayurindia ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Hi @swayurindia

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

.quick-add__submit:after {box-shadow: none !important;border: 1px solid #e8e8e8 !important;}

Regards,

San

Hi I hope you’re doing well.

I need your help in one more code related thing, actually I want to show the the minus “-” and plus “+” icon (quantity selector) when clicking on Add to Cart button. What can be done for doing that? Please assist me further.

For example you can check below screenshot of product from one of the ecommerce website:


simple button


after clicking on the button screenshot