Decrease Letter Spacing on Checkout Button - Dawn Theme

Solved

Decrease Letter Spacing on Checkout Button - Dawn Theme

drew23
Pathfinder
107 0 12

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: TESTXScreenshot_48.png

Accepted Solutions (2)

Ahsan_ANC
Shopify Partner
1409 254 326

This is an accepted solution.

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;
}
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search

View solution in original post

KetanKumar
Shopify Partner
37583 3668 12151

This is an accepted solution.

@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;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

Ahsan_ANC
Shopify Partner
1409 254 326

This is an accepted solution.

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;
}
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search

KetanKumar
Shopify Partner
37583 3668 12151

This is an accepted solution.

@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;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing