Search bar customization

Solved

Search bar customization

slidein_india
Excursionist
27 1 3

Hi,

 

Currently on my desktop and mobile, when I press the search icon a bar pops up over the main menu and logo in the header. I want the menu items and logo to get blur and it should be slightly more dark. so that the search bar stands out and can be visible. I need this to work both for desktop and mobile view.

 

sharing how the search bar looks now. 

Screenshot 2025-01-21 at 1.31.24 AM.png

Accepted Solution (1)

SearchaniseTeam
Shopify Partner
69 1 10

This is an accepted solution.

Hi @slidein_india ,

 

Try adding the following code to your CSS file. It should resolve the issue:

 

details[open]>.search-modal {

opacity: 0.83; z-index: 20;

}

 

Let me know if this works for you!

 

Hope it helps.

Did you find our reply helpful? If so, please hit the Like button and mark it as the solution.
Help customers discover products in seconds with our Searchanise Search & Filter app!
Improve your core metrics
Install the app and start your free trial!

View solution in original post

Replies 5 (5)

slidein_india
Excursionist
27 1 3

www.slidein.co.in is the website and I use dawn theme.

Supporter
Excursionist
62 1 4

Hi @slidein_india  can you please share your store so that I can hep you

slidein_india
Excursionist
27 1 3

www.slidein.co.in

 

I use the dawn theme

SearchaniseTeam
Shopify Partner
69 1 10

This is an accepted solution.

Hi @slidein_india ,

 

Try adding the following code to your CSS file. It should resolve the issue:

 

details[open]>.search-modal {

opacity: 0.83; z-index: 20;

}

 

Let me know if this works for you!

 

Hope it helps.

Did you find our reply helpful? If so, please hit the Like button and mark it as the solution.
Help customers discover products in seconds with our Searchanise Search & Filter app!
Improve your core metrics
Install the app and start your free trial!
slidein_india
Excursionist
27 1 3

It helped. Thanks.