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/
1 Like
- Here is the solution for you @Voldiep
- Please follow these steps:
- 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:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
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?