New Shopify Certification now available: Liquid Storefronts for Theme Developers

Change font of Home Page Header ONLY?

Solved
Wesdunn44
New Member
6 0 0

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! 

Accepted Solution (1)
ZenoPageBuilder
Shopify Partner
847 151 169

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

Screenshot 2023-10-05 at 10.07.08.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Replies 4 (4)
ZenoPageBuilder
Shopify Partner
847 151 169

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

Screenshot 2023-10-05 at 10.07.08.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
Wesdunn44
New Member
6 0 0

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. 

ZenoPageBuilder
Shopify Partner
847 151 169

You can modify the code to this

 

#shopify-section-template--14570886627410__7d327753-03b8-4e1b-899f-4b755be1151b h2 {

    font-family: Tondu; 

    letter-spacing: 2px;

}

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
PageFly-Oliver
Navigator
503 98 90

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.