Code to change the cart checkout button text and background color

hello, can someone give me code to change the cart checkout button text and background color? would be appreciated !

Hi @ExoticSouls ,
just copy paste the below code at the bottom of the theme.liquid file


once you have added the above code
your checkout button would be as shown in image below:

Thanks

  • Go to Online Store > Themes > Actions […] > Edit Code > base.css
  • add the following code at the bottom. (Change the colour from red to whatever you want)
.cart__checkout-button{ background-color: red; !important; }
  • To change the text, you have to go to Online Store > Themes > Actions […] > Edit Code > cart.liquid
  • Search for the button and change the wording.

If you have found the answer helpful, please like my reply and mark the question as solved. Thank You.