Hey guys,
I am wondering how can I enlarge text size for the main desktop menu ONLY, while keeping the current size for the mobile version. I checked similar topics but none of the suggested solutions worked. I am using Dawn theme.
Thank you very much n advance!
Hi @jesuisjulie
Would you mind to share your Store URL website? with password if its protected. Thanks!
Thank you for the information. Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 989px){
a.header__menu-item.list-menu__item.link.link--text.focus-inset {
font-size: 20px;
}
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey! Thank you for suggesting the solution! However, it doesn’t seem to work for my store. I did everything as you mentioned, but the text remains unchanged..
Please, try to add curly bracket( } ) above the @media.
Thank you so much! It worked with a bracket! 
Welcome. If you lost bracket, colon, semi colon and etc then it wont work.