Removing The Wish List From The Theme/ Deactivating The Theme Wish List

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.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hi @bebibear_shop

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

@media (max-width: 767px){ .info_footer.end button.btn.mb-2 { display: none; } }

Hope that my solution works for you.

Best regards,

Henry | PageFly