Can someone help me understand how I target the navigation bar on mobile only to increase the size of the text?
Your site is password protected, can you share the front-end password as well?
Best,
Moeed
Shouldnt be protected now
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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
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.
I checked your website, and everything seems to be working fine now. Has your issue been resolved?
Best regards,
Devcoder ![]()


