Two search icons on header instead of wish list button

Solved

Two search icons on header instead of wish list button

margo141
Explorer
42 0 10

Screenshot 2024-11-15 at 8.25.57 PM.pngI had a wish list icon and it disappeared. Now I have another search button instead. I have no idea how that happened. Anyone know why and how to solve this issue? Thank you! My website: 108creations.com  

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @margo141 

 

You can follow the instruction here :

1. Go to Shopify > Theme > Customize > open Custom CSS

2. Copy and paste this code to the section > Save

 

 

 

details-modal.header__search + details-modal.header__search {
    display: none !important;
}

 

 

 

Here is the result: 

BF: https://prnt.sc/bBcbBN2bmg5q
AT: https://prnt.sc/G4fePlfGV6It 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 6 (6)

TikitaTech
Shopify Partner
71 18 18

Hey @margo141!

 

Have you uninstalled the wishlist app from your site?

Daeda Wishlist - a simple wishlist
Co-founder @ Daeda Technologies to make tech simple
margo141
Explorer
42 0 10

Hi @TikitaTech! Thank you for your reply. No I did not. A second button is still here...Screenshot 2024-11-15 at 9.34.24 PM.png

margo141
Explorer
42 0 10

The settings look ok...Screenshot 2024-11-15 at 9.39.16 PM.png

DaisyVo
Shopify Partner
4385 486 578

Hi there @margo141 

 

I think you should reach out to the app you’re using to create the wishlist, as it’s a third-party app, so I can’t check it directly.

 

If you need help hiding a search button, I can assist with that right away.

 

From my check on the header, I noticed there are two identical code blocks, which is likely why the search buttons you mentioned are showing twice. Also I don’t see any code for the wishlist button itself.

 

Let me know your preference!

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @margo141 

 

You can follow the instruction here :

1. Go to Shopify > Theme > Customize > open Custom CSS

2. Copy and paste this code to the section > Save

 

 

 

details-modal.header__search + details-modal.header__search {
    display: none !important;
}

 

 

 

Here is the result: 

BF: https://prnt.sc/bBcbBN2bmg5q
AT: https://prnt.sc/G4fePlfGV6It 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
margo141
Explorer
42 0 10

Thank you so much! It worked out!