Goal: Adjust homepage display so the collection carousel is hidden on mobile and the categories section is hidden on desktop for sheeksorority.com.
Proposed solutions: Two contributors suggested adding CSS media queries either in base.css (theme code editor) or inside theme.liquid before .
For desktop (min-width: 749px): hide .section-container.primary-scheme.
For mobile (max-width: 749px): hide .section-container.quatnary-scheme.
Technical note: Media queries apply CSS rules based on viewport width; the selectors target specific section classes to toggle visibility.
Current outcome: Desktop categories successfully hidden, but the collection carousel still appears on mobile. Screenshots were shared showing the desktop change working and the mobile carousel still visible.
Status: Partially resolved. The desktop requirement is met, while the mobile carousel remains visible. No confirmed fix for the mobile issue yet, and no further adjustments or alternative selectors were provided in the thread. Images are relevant to understanding the results.
Summarized with AI on December 18.
AI used: gpt-5.