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!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024