Shopify themes, liquid, logos, and UX
Hello Everyone!
I would like to reduce the text size of the menus in mobile mode. Please help me. Thank you.
Store: https://blue-chic-clothes.myshopify.com/
Password: Admin
Solved! Go to the solution
This is an accepted solution.
Try this one.
.menu-drawer__menu-item {
font-size: 1.2rem !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Go to that header section in the customizer. At the bottom of the left side panel with all the settings you should see 'Custom CSS'.
You can put this code:
@media only screen and (max-width: 768px) {
.link--text {
font-size: small;
}
}
You can also put pixels instead of 'small' by replacing small with 9px, or any number larger or smaller to make the font smaller or larger accordingly.
This is an accepted solution.
Try this one.
.menu-drawer__menu-item {
font-size: 1.2rem !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025