My wishlist icon invisible on mobile view?

Topic summary

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.

Hi there,

my website: Funky Sculpts

I am using Minimog theme and have an issue with wishlist icon not showing on mobile.

This is my site on desktop, as you see I have my wishlist icon beside cart button icon:

But, when I use mobile version whishlist icon dissapear:

I want mobile version to match desktop,

Thank you!

1 Like

Hello @LFLN

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?

1 Like

www.funkysculpts.com

Hi @LFLN

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

1 Like

Mb I didnt add option to add product to wishlist on mobile from product card. Now it is added. But still icon don’t show up