A user wants to remove the country selector from their mobile menu drawer while keeping the language selector. Their current CSS code hides both elements.
Solutions Proposed:
Multiple developers offered different CSS approaches:
Target country selector specifically: Add CSS to theme.liquid before </body> tag targeting .menu-drawer__localization .country-selector with display: none for screens under 767px
Use nth-child selector: Add CSS to theme.css or base.css targeting localization-form:nth-child(1) for screens under 768px
Apply media query to existing code: Wrap the original CSS in a media query @media (max-width: 749px) and add to Custom CSS in theme settings
Status: The discussion remains open with no confirmed solution. Several developers requested the store URL to provide more specific assistance, but the original poster has not responded or indicated which solution worked.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.