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
Goal: reduce the letter spacing on the checkout button in the Dawn theme.
Proposed solutions:
Implementation steps:
Notes:
Context:
Status:
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
Hi, @drew23
You can try this code
.cart__checkout-button {
letter-spacing: 0 !important;
}
oh sorry for that issue can you try this code
.cart-drawer .cart__checkout-button {letter-spacing: 0;}