A user needs to hide a banner image and text on mobile devices while keeping them visible on desktop. The image is currently blocking the main banner on mobile view.
Three solutions were proposed:
JavaScript approach: Add code to theme.liquid file above the </body> tag to hide elements with specific classes on mobile
CSS with opacity: Insert CSS in theme.css/base.css using opacity: 0 !important for screens under 767px width
CSS with display none: Similar CSS approach but using display: none !important instead of opacity
All solutions target the .slide-img.medium-down--hide class using media queries for mobile viewports. One responder noted that previously added code should be removed before implementing their solution.
Status: Multiple solutions offered, awaiting user confirmation of which approach worked. Store URL was requested by some helpers but not provided in the visible thread.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.