Increasing text size on navigation bar on mobile

Can someone help me understand how I target the navigation bar on mobile only to increase the size of the text?

Hey @HyperactiveDesigns

Your site is password protected, can you share the front-end password as well?

Best,
Moeed

Shouldnt be protected now

Hey @HyperactiveDesigns

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </body> tag
<style>
.menu-list--mobile a {
    font-size: 16px !important;
}
</style>

RESULT:


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed

Hey @HyperactiveDesigns

Hope everything is going great on your side!

You can do this with a mobile specific CSS media query, if you are using Shopify theme,adding a CSS rule targeting the mobile navigation should increase the text size without affecting desktop.

Hi @HyperactiveDesigns

I checked your website, and everything seems to be working fine now. Has your issue been resolved?

Best regards,
Devcoder :laptop: