A user seeks to implement device-specific theme switching on their Shopify store: a simplified mobile version with less copy and a full desktop version that automatically alternate based on the device accessing the site.
Proposed Solutions:
Theme switcher apps were mentioned as a potential option
Custom coding implementation
Using alternative ecommerce platforms that natively support different mobile/desktop designs
Responsive web design with media queries
Current Status:
The discussion remains open with no definitive solution chosen. The original poster indicated they need to consult with their team before proceeding. Multiple respondents offered different technical approaches, but no consensus or implementation decision has been reached.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
How can I have two theme versions that switch depending on the device used. One optimized for mobile and the other for desktop. I want to create a simplified version of our website with less copy to improve the mobile user experience but It needs to automatically switch between the mobile/desktop theme depending on which device they use to browse our website. Any suggestions?
Thanks for your reply. This is something we will consider but I will have to chat with the team first. How can I reach out to you again to discuss this further?
that can’t be a solution, this can be done in two ways, it is either from the use of coding or with the use of other ecommerce platform where the mobile view has different designs from the desktop views
To implement two theme versions that dynamically switch depending on the device used—one optimized for mobile and the other for desktop—you can employ a combination of responsive web design practices and media queries. Here’s a professional approach to achieve this