Expanse Theme two search bars upon search

Solved

Expanse Theme two search bars upon search

Schoppy1921
Visitor
3 0 0

Hello,

 

I was hoping to look into eliminating a bug on the website where upon completing a search, a second search bar appears. We are using the Expanse theme.

 

To reproduce:

1. Go to Schoppy.com

2. Search for anything

3. The second search bar should be right below the header.

 

I have checked theme.css.liquid and theme.js but nothing has been resolved. Thank you for your time.

Accepted Solution (1)

Moeed
Shopify Partner
7097 1905 2335

This is an accepted solution.

Hey @Schoppy1921 

 

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>
form.input-group.search-bar.search-bar--page {
    display: none;
}
</style>

RESULT:

Moeed_0-1704738284449.png

 

If I managed to help you 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 3 (3)

Moeed
Shopify Partner
7097 1905 2335

This is an accepted solution.

Hey @Schoppy1921 

 

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>
form.input-group.search-bar.search-bar--page {
    display: none;
}
</style>

RESULT:

Moeed_0-1704738284449.png

 

If I managed to help you 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


Schoppy1921
Visitor
3 0 0

That worked perfectly, thank you so much!

Moeed
Shopify Partner
7097 1905 2335

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications