How can I make the search bar immediately visible on Sense theme?

I would like to change the search bar to be visible right away.

  • on the desktop → above the menu (visualisation below)

  • on the mobile → below the menu (visualisation below):

I tried few solutions for other themes but I sadly can’t get it to work.

I use Sense theme and the store is: https://shop.bikeflip.nl/

Anyone has advice on how the code should look like and where to implement it?

Any advice is appreciated!

I think your best bet is to hire a developer for this.

Hi @PaulinaGdaniec ,

You can try the following way:

  1. Duplicate the search form from the search page (https://shop.bikeflip.nl/search?q=cxzcx&options%5Bprefix%5D=last). The HTML code of this form will be in a certain .liquid file containing the keyword "search.

  2. Copy that form code and add it to the HTML code of the header (usually in the header.liquid file), then style it as you want.

I hope that it’s useful to you. Please let me know if you need any further help.