Always visible mobile search bar

Always visible mobile search bar

Voldiep
Excursionist
20 1 4

Hello, 

I've researched the forum, tried different codes, but nothing seems to work...

All I want is to add an always visible search bar to mobile version of my store, below the menu and image. Same style and what I have on desktop version (text, colour etc). Any ideas how can this be achieved? 

Store link: https://www.firstgearup.co.uk/

Voldiep_0-1722117179473.png

 

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2401 695 831

- Here is the solution for you @Voldiep 
- Please follow these steps:

step.png

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media screen and (max-width: 989px) {
    .header__icon--search {
        display: block !important;
    }
}

- Here is the result you will achieve:

BSSTekLabs_0-1722132675674.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Voldiep
Excursionist
20 1 4

Hello, 

 

Thank you for the proposed solution.  

 

But I need always visible bar below the images, similar to the below. Any idea how to do it? 

 

1000014977.jpg