Increase Navigation Menu Font Size Studio Theme

Hello. I am using the Studio theme (free) and want to increase the main menu size. How can I do it?

.site-nav__link { font-size: 18px; /* Change this value to increase or decrease the font size */ }

Use this code

Can you please guide where should i add this code?

Hello Sumbul!

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

.header .header__inline-menu >.list-menu >li >.header__menu-item, .header .header__inline-menu >.list-menu >li summary.header__menu-item{font-size: 17px;}

Hello @Sumbul

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset {
  font-size: 1.8rem !important;
}

Thanks. Is this code for increasing menu font size?

Hey @Sumbul ,

Yes, This code is for increasing menu font size.