App reviews, troubleshooting, and recommendations
Hey,
At the moment my header is in Helvetica font but id like to change it to the Oswald font
Any tips on how to do this?
MY site is: gigachew.com.au
See image below:
Solved! Go to the solution
This is an accepted solution.
1. Navigate to the code editor: Online Store --> Themes --> Edit code --> assets --> base.css
2. Insert the following CSS to the end of the file:
.header {
font-family: 'Oswald';
}
If the above doesn't work, try this:
.header {
font-family: 'Oswald' !important;
}
This is an accepted solution.
Hello @LiamP191 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.header-wrapper {
font-family: 'Oswald';
}
The result
Hope that helps!
Hi @LiamP191 ,
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>
#shopify-section-sections--20436527382822__announcement-bar .list-menu__item{
font-family: 'Oswald';
}
</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.
Hey Oliver, I added that and It hasn't worked.
This is an accepted solution.
1. Navigate to the code editor: Online Store --> Themes --> Edit code --> assets --> base.css
2. Insert the following CSS to the end of the file:
.header {
font-family: 'Oswald';
}
If the above doesn't work, try this:
.header {
font-family: 'Oswald' !important;
}
Thank you very much, it's worked.
This is an accepted solution.
Hello @LiamP191 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.header-wrapper {
font-family: 'Oswald';
}
The result
Hope that helps!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025