Dawn Theme - Mobile Sub Menu Font Size

Hello

I’m using the Dawn theme and everything works perfectly on desktop but when I add a sub menu, the header of the main menu on the mobile view decreases.

I just wanted to make the main menu text in mobile view (that has the sub menu) the same size as the other main menu text.

This is the issue:

Thanks in advance for any help.

Hi @rebeccajkaye

Can you please share you Store URL and Password if it password protected so I can help

Hey @rebeccajkaye

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hi @rebeccajkaye ,

Please send the website link, I will check it for you

Hello, thanks for having a look. My website is:

https://ploterre.com

Hi @rebeccajkaye ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
.menu-drawer__menu-item.list-menu__item {
    font-size: 1.8rem !important;
}
}
1 Like

Amazing - that’s worked perfectly - thank you so much.

1 Like

Hi @rebeccajkaye ,

You’re welcome and happy to help :blush: