How to adjust letter spacing on “Add To Cart” Button SENSE THEME

Hi guys! How to adjust letter spacing on “Add To Cart” Button? SENSE THEME

Hello Vegoo, it needs to be done via CSS.

Please let me know your theme or website address and I can have a quick look .

Sense Theme

Thanks, you will need to put in below code to the last line of your under your base.css

by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code

.product-form__buttons button.product-form__submit.button {letter-spacing: 5px;}

You can play with 5px to adjust the spacing.

Don’t work

I was testing it from the theme. Can i please get the address of your site so I can check it directly from yours?

https://vegoocosmetics.com/

Thanks, this one should be better.

.product .product__description form.form button.product-form__submit span {letter-spacing: 5px;}

Please try this one and let me know how it goes.

Again, dont work

Thanks @Vegoo , will it be ok for me to send you and access request so I can apply it to the site directly? I could not see my CSS from the live site.

Sure.

I give it to you

Sorry, I was away from my keyboard.

I added the line to base.css and it is spacing out the add to cart button text.

Please have a look when you are available.

Remove your customizations. I did by myself

Sure, my codes are deleted now.