Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi, I am trying to figure out how to change the font size and font style in my drop down menu.
Solved! Go to the solution
This is an accepted solution.
Hi @sportboatshirts
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.list-menu__item,
.header__inline-menu ul.list-menu li a.header__menu-item {
font-family: 'Oswald' !important;
font-size: 22px !important;
}
.mega-menu__list--condensed .mega-menu__link{
font-family: 'Oswald' !important;
}
</style>
You can change the font-family and font-size as per your need.
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
This is an accepted solution.
Hi @sportboatshirts
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.list-menu__item,
.header__inline-menu ul.list-menu li a.header__menu-item {
font-family: 'Oswald' !important;
font-size: 22px !important;
}
.mega-menu__list--condensed .mega-menu__link{
font-family: 'Oswald' !important;
}
</style>
You can change the font-family and font-size as per your need.
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
This did work for the links in the dropdown menu. Now what do I do about the "Clothing" link
I also want to change that to Oswald
Nevermind, it ended up working. Thank you so much!
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
#HeaderMenu-clothing span {
font-family: 'Oswald' !important;
font-size: 22px !important;
}
Additionally, you can add a banner above the collection on the home page to increase your brand recognition.
And reduce the height of the logo
Hope that my solution works for you.
Best regards,
Henry | 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.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025