Shopify themes, liquid, logos, and UX
Hi, I´m using Warehouse. I want to erase the search bar that is on the left of my main page on the desktop view, could someone help me?
My URL is https://8fkz88we2bhgyq7a-60284535015.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
@CamiC- please try this, issue is your theme already has code to hide search on mobile
@media screen and (min-width:750px){
.header__search-bar-wrapper, .search-bar__submit {display:none; visibility: hidden;}
}
@CamiC- add this css to the very end of theme.css file and check
.header__search-bar-wrapper, .search-bar__submit {
display:none;
visibility: hidden;
}
@CamiC- should be like this
Yes!
I add a code to erase it, but it erase the search on my mobile version as well, so I deleted.
This is an accepted solution.
@CamiC- please try this, issue is your theme already has code to hide search on mobile
@media screen and (min-width:750px){
.header__search-bar-wrapper, .search-bar__submit {display:none; visibility: hidden;}
}
User | RANK |
---|---|
199 | |
152 | |
69 | |
46 | |
37 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023