Decrease Letter Spacing on Checkout Button - Dawn Theme

Hey, I would love to decrease letter spacing on the checkout button. Does anyone know how to code this?

Thanks in advance

brokenmind.com PW: TESTX

1 Like

Hi, @drew23

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
.cart__checkout-button {
    letter-spacing: 0 !important;
}
1 Like

@drew23

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.cart-drawer .cart__checkout-button {letter-spacing: 0;}
1 Like