We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Search bar

Solved

Search bar

Sivy
Tourist
5 0 5

I have a problem with my search bar,

 

There appears to be two crosses to close the search bar when the screen is enlarged, one cross works and the other doesn't.

 

I was wondering if anyone could help, I think the 2nd cross is hidden behind the search bar until the screen is enlarged.

 

Screenshot 2025-06-14 at 16.36.17.png

Screenshot 2025-06-14 at 18.04.48.png

Accepted Solution (1)
Moeed
Shopify Partner
7764 2082 2568

This is an accepted solution.

Hey @Sivy 

 

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 </body> tag

<style>
span.svg-wrapper.header__icon-close {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1749918896554.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
7764 2082 2568

Hey @Sivy 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Sivy
Tourist
5 0 5

Hi Moeed, my URL is- www.lebisou.co.uk

The password is- stitoo

Moeed
Shopify Partner
7764 2082 2568

This is an accepted solution.

Hey @Sivy 

 

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 </body> tag

<style>
span.svg-wrapper.header__icon-close {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1749918896554.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


CodingFifty
Shopify Partner
1102 162 191

Hey! @Sivy,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

span.svg-wrapper.header__icon-close {
    display: none !important;
}
.search-modal__content {
    display: flex;
    background: white !important;
}

CodingFifty_0-1749923177146.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com