Removing the Wish List from the theme/ deactivating the theme wish list

Topic summary

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.

Hello,

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.

The theme is “Vinova”, website is www.1stopoutdoors.com

Thank you,

JC

Hi @JC43

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


Hey @JC43

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @JC43 ,

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 the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hello @JC43

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->novstyle.css>Add this code at the bottom.

.swym-button-bar.swym-wishlist-button-bar.swym-inject {
    display: none;
    visibility: hidden;
}

Hello,

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,

JC

Hello,

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).

Thank you,

JC