Help remove line spacing and change font size - Afterpay

Anyone know how to reduce letter spacing and change font size on afterpay in the Dawn theme.

Screenshot 2023-05-08 at 2.35.35 PM.jpg

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:

  1. Reduce letter spacing

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

view - 2023-05-11T132656.266.png

  1. Change Font Size - Afterpay
  • Afterpay is formatted as an image here.

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