A user needs to hide image banner sections on mobile while keeping them visible on desktop using the Enterprise theme. They also want to hide a logo list section on desktop while showing it on mobile.
Initial Problem:
Image banners created for desktop are appearing on mobile
Logo list created for mobile is appearing on desktop
Need CSS solution to control visibility by device type
Solution Provided:
A support responder provided custom CSS code to be added to the theme.liquid file (above the closing tag). The code appears to use media queries to control section visibility.
Current Status:
Partially resolved - the mobile view is now working correctly (image banners are hidden). However, the desktop issue remains: the logo list still needs to be hidden on desktop view. Screenshots were exchanged to troubleshoot the placement of the CSS code.
Summarized with AI on November 14.
AI used: claude-sonnet-4-5-20250929.
I use the Enterprise theme and I’ve created image banners for the desktop site, but I don’t want image banner sections to appear on the mobile site. How can I do it?
I created for mobile in the same area a logo list and same issue, how can I do to hide the section on desktop ?