Shopify themes, liquid, logos, and UX
Hi everyone,
as you can see the screenshot, I want to change the font of sub-menu or change the length of the menu. I have tried some codes in the forum, but did not work.
I tried
@media screen and (min-width: 990px) {
.header__submenu .header__menu-item.header__menu-item {
font-size: 16px !important;
}
}
in theme.css, not work. The theme is "Envy"
Do you have any suggestions?
Solved! Go to the solution
This is an accepted solution.
You can add code:
<style>
.dropdown-submenu__link {
font-size: 12px !important;
}
.dropdown-menu {
min-width: 12rem !important;
}
</style>
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
You want to change the font or the font-size?
And extend the length how?
Hi @sux ,
This is David at SalesHunterThemes.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
.dropdown-submenu,
.dropdown-submenu__linklist li a {
font-size: 12px !important;
}
</style>
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
After I click save and then preview the store, it still looks like this:
Hi @sux ,
Would you please share your website URL
if your website is password protected then also provide the password.
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Hi @sux ,
You can try again:
<style>
.dropdown-submenu__link {
font-size: 12px !important;
}
</style>
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Wow, thank you, that really helps!
Btw, do you know how to extend the length of the sub-menu? I want to find the best combination of fonts and length.
Is this what you mean?
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
yes!
This is an accepted solution.
You can add code:
<style>
.dropdown-submenu__link {
font-size: 12px !important;
}
.dropdown-menu {
min-width: 12rem !important;
}
</style>
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025