how to change cart button in checkout

how to change cart button in checkout

ErnestoRP
Tourist
4 0 1

Hi there,

 

Is there a way to change the cart button in the checkout? I tried the normal settings, but it does not give me the option. As you can see, the logo is black and I would like to have the cart button black as well. Is there some sort of code I can implement to make this happen?

 

Best regards,

 

Ernesto

ErnestoRP_0-1746185278086.png

 

Reply 1 (1)

Small_Task_Help
Shopify Partner
1054 45 101

Hi,

Hope this will help

- For Basic Shopify add css at css file

Example of css code

/* Make cart button black */
.cart__checkout-button,
.cart__footer .btn {
  background-color: #000000 !important; /* black */
  color: #ffffff !important; /* white text */
}

- For Shopify plus add css at checkout.liquid

CSS example

/* Change checkout cart icon button to black */
.checkout__header__cart {
  filter: brightness(0); /* Makes icons black */
}

You can also target a specific button class with css

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad