Shopify themes, liquid, logos, and UX
My heading fonts are all Helvetica Bold, but I'd like the home page Slider header be Tondu.
Anyone know what/where code to put in the editor?
Theme is Athens and the store is northernlites.com
Thanks anyone for any help!
Solved! Go to the solution
This is an accepted solution.
Hello @Wesdunn44 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#shopify-section-template--14570886627410__7d327753-03b8-4e1b-899f-4b755be1151b h2 {
font-family: Tondu;
}
The result
Hope that helps!
This is an accepted solution.
Hello @Wesdunn44 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#shopify-section-template--14570886627410__7d327753-03b8-4e1b-899f-4b755be1151b h2 {
font-family: Tondu;
}
The result
Hope that helps!
Thank you so much it worked! Any ideas why the letters end up so close together? If I type it into Word for example there is a noticeable space between letters.
Thanks again I really appreciate it.
You can modify the code to this
#shopify-section-template--14570886627410__7d327753-03b8-4e1b-899f-4b755be1151b h2 {
font-family: Tondu;
letter-spacing: 2px;
}
Hi @Wesdunn44 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#header .navigation-item a{
font-family:'Tondu'
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
User | RANK |
---|---|
186 | |
168 | |
80 | |
55 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023