Can someone please provide code that reduces the letter spacing on my entire site’s fonts?
This is Victor from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Victor | PageFly
Hello @milkymotorsport
I would like to give you a solution to support you.
You can try using below code by following these steps:
-
Go to Online Store → Theme → Edit code. https://prnt.sc/GXrfrkb50e-e
-
Open your base.css in the Assets folder.
-
Paste the below code at the end of the file. https://prnt.sc/wL1HFHLDDo2z
body, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
letter-spacing: 0px !important;
}
Best regards,
GemPages Support Team
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please add this css in your bottom of the base.css file:
body, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {letter-spacing: 0px !important;}
Regards,
Santanu