How can I adjust the font size of mobile navigation on my landing page?

been tring to change mobile nav font size for my landing page but cant figure out where to change

https://ydusmwjycnpgguys-72267563298.shopifypreview.com

Hi @designdevil

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.dtXvbo span {font-size: 16px !important;}

Note: You can increase/decrease the font size to changing the number(16px to 18px).

Regards,

San

Hello @designdevil

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/theme.css theme file.

  3. Add the code at the end of the file:

@media (max-width: 767px){
#main_menu a.menu_item span {
    font-size: 25px;
}
}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.