Anyone know how to reduce letter spacing and change font size on afterpay in the Dawn theme.
![]()
Anyone know how to reduce letter spacing and change font size on afterpay in the Dawn theme.
![]()
Hi @Slicks please provide store URL so I can give you the solution
Hi @Slicks
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
BSS Commerce - Shopify Apps & Development Services Provider - Shopify Expert
Level up your Shopify store with our B2B & B2C apps
Hi @Slicks
This is BSS Commerce - Full-service eCommerce Agency. We’d love to suggest you this solution:
From Shopify admin → Online store → Theme → Edit code and find the base.css file. Add the following code at the end of the file:
.afterpay-main-text {
letter-spacing: .1rem !important;
}
Result
![]()
You can add the following code to the base.css file:
.afterpay-logo-badge-lockup path {
transform: scale(1.02) !important;
}
Hope this helps you.
BSS Commerce - Shopify Apps & Development Services Provider - Shopify Expert
Level up your Shopify store with our B2B & B2C apps