Hello,
I am currently using the Venture theme and would like the search bar to appear as it does on the website below.
1. With a black outline 2."Search" text to appear in the box, and 3. the search bar to stay even when not clicked.
https://www.bedbathandbeyond.ca/store
I am very inexperienced with CSS and have tried to adjust myself, to no avail.
PW: iareug
Thank you
Solved! Go to the solution
Hello, @YW3
Thanks for post
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste bellow code in the bottom of the file
.site-header__search-input { border: 1px solid; background: transparent; width: 250px; padding: 10px 35px 10px 10px; } .site-header__search-submit { z-index: 1; }
if you have change text in search bar please check this screen short.
Hello, Ketan
Thank you for your quick reply. I posted the code in the bottom of the theme.scss.liquid file but the search bar remains the same.
See link in previous post.
Thanks again,
This is an accepted solution.
can you please update this code
.site-header__search-input { border: 1px solid; background: transparent; width: 250px; padding: 10px 35px 10px 10px; opacity: 1; } .site-header__search-submit { z-index: 1; }
Hi kumar,
I've been trying to insert a new search bar to my SUPPLY theme, right now I have the default search bar, But would like to add a customizable search bar something like amazon's search bar but using different colors www.amazon.com
Thanks
Thanks for post.
Please share your site URL,
So I will check and provide a solution here.
Thanks for URL.
do you mean like this?
User | Count |
---|---|
503 | |
209 | |
130 | |
82 | |
46 |