WISHLIST heart will NOT go away on mobile

Topic summary

Issue: Remove the wishlist heart icon on mobile; it was already removed on desktop. Store runs the Shopify “Zoom” theme.

Fix proposed: Add a CSS rule in theme.css to hide the header link: #shopify-section-header a.cart-page-link { display: none !important; }. CSS (Cascading Style Sheets) controls visual styles; this selector targets the header’s cart-page link element.

Immediate result: The rule initially hid the cart icon/link as well, which the requester flagged. They then adjusted their setup to restore the cart.

Outcome: The requester confirmed the solution ultimately worked to remove the heart on mobile after restoring the cart. No further issues or disagreements were raised, and the thread appears resolved.

Summarized with AI on January 21. AI used: gpt-5.

I got the heart removed on desktop but I cannot find the code to remove for mobile. please help! my eyes are going crosseyed from trying to find this!!!

www.shoprubyrue.com password twahld

using theme zoom

Hey Mistytitzer,

Please try this code and paste it in theme.css file:

#shopify-section-header a.cart-page-link {
display: none !important;
}

Thank you
Pooja D.

this took my cart off too how do i get it back on?

never mind fixed it! thank you!

worked thank you!