A user sought to remove specific sorting options (Alphabetically A-Z/Z-A, Featured, Date old to new) from their collection page, particularly on mobile devices.
Solutions Provided:
Multiple developers offered CSS-based approaches:
Mustafa_Ali: Suggested adding code to theme.liquid before the closing body tag
Moeed: Provided similar solution with code placement above </body> tag in theme.liquid, including a visual result screenshot
ZestardTech: Recommended mobile-specific CSS targeting .collection-toolbar__button-container:nth-child(2) in base.css file with media query for screens ≤768px
DaisyVo: Proposed hiding the entire collection toolbar by adding CSS to theme.css file
Resolution:
The issue was successfully resolved. The original poster confirmed Moeed’s solution worked perfectly and marked it as the accepted answer. All solutions involved custom CSS code additions to theme files, with variations in targeting specificity and file placement.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.