How can I change the icon's image in the header of Wishlist plus?

Solved

How can I change the icon's image in the header of Wishlist plus?

Naru99
Tourist
9 2 0

I want to replace the code, but I don't know where to do it.

 

Create the code to enable Wishlist launch point using the image on the header menu. Save and view the changes.

  • Retain the <div..> class’ code and replace the <a href..> code with the code  below
  • Alter the CSS style of the element, to suit your theme and the header menu style
  • Then, click ‘Save’ to save the changes made to the liquid file, and view your site in a fresh incognito session to check for the changes
<a href="#swym-wishlist" class="swym-wishlist">
  <img src="<<Replace With URL from Step 1>>">
</a>

 

 Adding the Wishlist Plus Launch Point to your Shopify Site's Header Menu - Swym

Accepted Solutions (2)

suyash1
Shopify Partner
10716 1324 1700

This is an accepted solution.

@Naru99 - wishlist icon usually is in header.liquid file, please check which file your theme is using and then you can add code above to that file to have yor own icon

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Naru99
Tourist
9 2 0

This is an accepted solution.

Thank you for your reply.
My using theme is Dawn15.0.0.

I have checked many times, but I can't find it in header likid file.

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10716 1324 1700

This is an accepted solution.

@Naru99 - wishlist icon usually is in header.liquid file, please check which file your theme is using and then you can add code above to that file to have yor own icon

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Naru99
Tourist
9 2 0

This is an accepted solution.

Thank you for your reply.
My using theme is Dawn15.0.0.

I have checked many times, but I can't find it in header likid file.