Increase font size in drop down menu in taste theme

I have already increased the font size of the menu, but I want to increase font size of the drop down menu as well. I can’t seem to find the solution anywhere. Any help would be much appreciated.

I can’t attach images, so I have added a imgur image link here.

Hello @Eliuk Can you share the store URL? Thanks

Hi @kazi_1 thank you so much for your reply. www.Eliandthings.com

Polpol21!

Example Css for submenu link header

.mega-menu__link–level-2 {
font-size: 19px;
}

Example Css for submenu links

.mega-menu__link {
font-size: 20px;
}

Hi @Eliuk

You can do that by adding this CSS code to your theme.css file before tag in Online store > Themes > Edit code


Change 18px with value fit your request.

Hello where do I add? Can you please show type out the steps for me. Thank you.

Hello! Can you please type out the steps for me. I can’t find theme.css, only theme.liquid, Thank you.

@Eliuk go to assets > base.css
paste at bottom

.mega-menu__link–level-2 {
font-size: 19px;
}

.mega-menu__link {
font-size: 20px;
}

Thank you, all done. :slightly_smiling_face:

@Eliuk you welcome!