Eliuk
October 2, 2023, 12:27am
1
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.
kazi_1
October 2, 2023, 12:42am
2
Hello @Eliuk Can you share the store URL? Thanks
Eliuk
October 2, 2023, 12:48am
3
Hi @kazi_1 thank you so much for your reply. www.Eliandthings.com
Polpol21!
kazi_1
October 2, 2023, 12:58am
4
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.
Eliuk
October 2, 2023, 4:15pm
6
Hello where do I add? Can you please show type out the steps for me. Thank you.
Eliuk
October 2, 2023, 4:16pm
7
Hello! Can you please type out the steps for me. I can’t find theme.css, only theme.liquid, Thank you.
kazi_1
October 2, 2023, 4:23pm
8
@Eliuk go to assets > base.css
paste at bottom
.mega-menu__link–level-2 {
font-size: 19px;
}
.mega-menu__link {
font-size: 20px;
}