Shopify themes, liquid, logos, and UX
Hi all.
In Dawn theme - when I add submenus to the navigation menu, the main menu item changes to a small size.
I have added a custom font for the navigation menu and resized it before.
Can you please help me to make the menu item the same size as the others?
The link is https://47450f.myshopify.com/
Many thanks in advance
Solved! Go to the solution
This is an accepted solution.
Hey @avoocadoo,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.header__menu-item.list-menu__item span {
font-size: 25px !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @avoocadoo,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.header__menu-item.list-menu__item span {
font-size: 25px !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you very much! It worked.
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