A user is trying to remove a non-functional built-in wishlist feature from their Vinovina theme on Shopify. The wishlist button appears in multiple locations: product pages, mobile footer, and settings menu.
Solutions Attempted:
Multiple community members provided CSS/code snippets to hide the wishlist by editing theme.liquid or novstyle.css files
Suggested adding display/visibility CSS rules or custom code above </body> or </head> tags
Current Status:
Partial success: The wishlist was removed from product pages
Remaining issues: The wishlist still appears in mobile view footer and menu section (where 404 errors occur)
Complication: The CSS solutions also inadvertently removed a separate third-party Wishlist app the user wants to keep active
Resolution: Unresolved. The user needs a more targeted solution that removes only the theme’s built-in wishlist without affecting the external wishlist app or addressing the mobile footer/menu locations.
Summarized with AI on November 15.
AI used: claude-sonnet-4-5-20250929.
I am looking to remove the wish list that was built into the theme on my website, the link never works so I need to remove the button from mobile view footer, settings menu (where you could register an online account, log in, etc.) and from the products pages.
Please go to your Online store > Themes > Customize and check around your theme settings if there is an option to disable wishlist feature of your theme
If it does not have then please go to Online store > Themes > Edit code > open theme.liquid file, add those code before tag and save file
Thank you for responding, unfortunately it only seemed to take the theme Wishlist out of the product page, but nowhere else. It also removed the Wishlist app that I am trying to use instead, so I had to remove the code.
Thank you for responding! This took the theme Wishlist off of the product thankfully, however, it is still showing on the mobile view on the footer and in the menu section (which is where I keep getting 404 codes).