thank you very much. this code did a miracle.
Topic summary
A store owner using the “bokupak” theme is trying to remove a malfunctioning wishlist feature that appears in multiple locations: mobile footer, settings menu, product pages, and homepage product hover icons.
Core Issue:
- The wishlist button doesn’t function properly—it fails to add most products (only 1 out of 5-6 attempts works)
- Products don’t get deleted from the wishlist page when removed
- Owner wants complete removal rather than fixing the broken functionality
Solutions Provided:
Two community members offered CSS code solutions:
- PageFly-Henry: Provided CSS to hide wishlist buttons via media query targeting footer elements
- ThePrimeWeb: Suggested adding custom CSS in theme.liquid file below the
<head>tag, with follow-up code to remove hover icons on homepage
Outcome:
The store owner confirmed ThePrimeWeb’s solution successfully removed the wishlist from all locations, calling it “a miracle.”
Note: A separate unrelated question about auto-rotating testimonial slides in Dawn theme appeared mid-thread but wasn’t addressed.