How do i change the font size of the drop down in mobile version - Brooklyn theme

How do i reduce the size of the font on the drop down in the mobile version - brooklyn theme.

Hello @jasdrape

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Kind & Best regards,
GemPages Support Team.

Hi,

This is my store URL : https://jasdrape.com/

Pass: ebahba

Hi @jasdrape ,

Thank you for reaching out to the Shopify forums!

Let me quickly fix that issue for you.

Please add the below CSS in your theme.scss.css file.

@media (max-width: 600px) {
.drawer-left__inner .mobile-nav__sublist .mobile-nav__link {
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
}
}

If its working then, please do not forget to accept this solution :slightly_smiling_face:

Thanks & Regards,
Prezen Tech

Hi, Thanks

theme.scss.css file is not visible in my code sheet ..theme.scss.liquid is available..is both same??

If yes, where do i exactly paste this code.

Thanks a lot.. It’s Working!!