Hi all,
I would like to know how to only adjust the font size of the menu. Only the Desktop version.
My website as a reference:
The theme is: Stiletto.
Thanks!
A user seeks to increase the menu font size specifically for the desktop version of their Shopify store using the Stiletto theme.
Solution Provided:
.nav.header__links.header__links-primary span with adjustable pixel valuesStatus: The solution includes a visual example showing the result, and the responder requests the original poster mark the answer as solved if it helps.
Hi all,
I would like to know how to only adjust the font size of the menu. Only the Desktop version.
My website as a reference:
The theme is: Stiletto.
Thanks!
Hi @Maelaw
Try this one.
@media only screen and (min-width:960px){
nav.header__links.header__links-primary span {
font-size: 20px;
}
}
And Save.
Result:
You can change the sizes you like.
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!