A Minimog theme user reports that their wishlist icon displays correctly in the desktop header next to the cart icon but disappears in mobile view. Screenshots confirm the iconβs presence on desktop and absence on mobile.
Technical Analysis:
Another user examined the code and identified two key issues:
Desktop and mobile use separate code segments, with mobile only containing code for the cart icon
The wishlist functionality was originally designed for desktop hover interactions on product cards, which donβt translate to mobile touch interfaces
Current Status:
The original poster added the wishlist option to mobile product cards, but the header icon still doesnβt appear. The issue remains unresolved, requiring either theme customization or code modification to add the wishlist icon to the mobile header section.
Summarized with AI on November 1.
AI used: claude-sonnet-4-5-20250929.
Thank you for submitting your query to the Shopify community. Iβd be happy to assist you. Could you please provide the store URL and password (if itβs password-protected) so I can review and get back to you with an update?
First, when checking the code, I see that on desktop and mobile there will be 2 separate code segments, corresponding to each type of screen
On mobile there is only 1 code to show cart icon
Second, the wishlist only exists on desktop, when hovering on the product card, a heart icon will appear, when the user clicks on the heart, the wishlist will work
On mobile there is no mouse pointer, so there is no hover effect, there is only 1 action which is touching the screen, then it will redirect to the product page, so on mobile there is no wishlist