Why isn't my wishlist icon visible on mobile view?

Hi guys,

My site: https://eltemplodelamoda.com/

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

But, when I use mobile version whislist icon dissapear,

I want mobile to match desktop,

Thak you everybody.

Hi there,

Adding the below code at the end of your theme.scss.css file should do the trick:

@media (max-width:768px) {
a.hdicon.wishlist.small--hide.medium--hide {
  display: block !important;
  position: absolute;
}
}

Cheers!

Bro you deserve heaven, thank you :sign_of_the_horns:

Glad that I could be of help!

Hi Gabriel, I have a question about the wishlist button for mobile as well. I’m using the Wokiee theme. And when I look at my site on a browser on my desktop computer, the wishlist button turns black when it’s selected, so that’s fine. But on the mobile version, the heart button for the wishlist doesn’t change at all when I choose it. It is actually adding the items to the wishlist, but the customer will think the heart button’s not working because it doesn’t change colour when it’s selected. And they won’t be able to see which items are already on their wishlist as they’re browsing through products. Have you ever encountered this problem before? Any help would be greatly appreciated.

I’m getting same problem on minimog 4.1.0 theme. In addition to wishlist, account icon is also not displaying on mobile view. also I cannot find theme.scss.css in edit code. please help me with it.

I’m getting same problem on minimog 4.1.0 theme. In addition to wishlist, account icon is also not displaying on mobile view. also I cannot find theme.scss.css in edit code. please help me with it.

Hey @GabrielS hope you are doing well, My store link is : https://www.ducan.shop
In Desktop my store is showing wishlist but in mobile it is not. And I can’t understand how you did that.
Can you clear my issue too?
Thank You

Hi Gabriel,

I added this code in my theme.css but it did not work. I am on the minimog theme, will you be able to look into this?

Thanks,

Priyanka