How can I modify the 'Add to Cart' button color in Impulse Theme?

I’m using Impulse Theme and the add to cart button is black. How can I change the color?

i tried but not working mm

.add-to-cart {
background: #f2c352 !important;
font-weight: bold !important;
font-size: 13px;
color: Black;
}

Hi @Veli1

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/theme.css
  3. Add code below to bottom of file
.add-to-cart {
	background: #f2c352!important;
	font-weight: bold!important;
	font-size: 13px!important;
	color: black!important;
}

If it doesn’t work. Could you please share store url and password? I will help to check

remove this class,and then set your css with [.add-to-cart]

Hi @Veli1

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Hi @Veli1 ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Eg:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

1 Like

Worked thanks, how can I also change color for the Checkout button after putting the item in cart?

Oh, got it. It’s the same with cart__checkout