Place the Wishlist Hero icon in header
Place the Wishlist Hero icon in header
Method 1: App settings
- Open Wishlist Hero Admin.
- Go to Customize Appearance.
- Under the Launch Point Type, select Add to your header menu.
- Click on Add wishlist icon to header button
- Click Save Settings.
Method 2: Online Store 2.0 theme - Theme Customizer
- On your store admin screen, Go to "Online store" > "Themes"
- Click on the "Customize" Button
- Go to the Header section, expand then click on "Add block"
- Add the "Wishlist Header Icon"
- Configure the Header icon to better fit your store style from the section itself.


Method 3: Online Store 1.0 theme - Added snippets
Wishlist Hero adds a snippet during installation that you can use for this purpose. Instructions for most themes are:
- On your store admin screen, Go to "Online store" > "Themes"
- Check the theme you want to edit, and click on the "Actions" button, then on "Edit Code"
- Now you are on the Theme files editor, you should look for where you want to place the wishlist icon in header. In most cases that is "header.liquid"
- Start editing the file, search for the cart code. Right before the cart, place the following snippet: `{% render 'wishlisthero-header-icon.liquid' %}`
- Save the file and preview in store.
Optional: If you want to edit how the icon looks:
- Go to Online Store > Themes > Customize
- From there, you can add any CSS customizations in the Additional HTML section in App Embeds.