Shopify themes, liquid, logos, and UX
Thanks in advance!
I am looking to remove the country/region selector and social media icons in the drop down menu on the mobile site view. Example shown below.
Example:
Solved! Go to the solution
This is an accepted solution.
Add this code in your base.css file:
.menu-drawer__utility-links {
display: none;
}
This is an accepted solution.
Add this code in your base.css file:
.menu-drawer__utility-links {
display: none;
}
If I just wanted the region selector or just the social media icon(s) how could I go about doing that?
Region selector:
.menu-drawer__localization.header-localization {
display: none !important;
}
Social media icons:
ul.list.list-social.list-unstyled {
display: none !important;
}
Thank you!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025