I want to hide the search button on my mobile site layout only. I’ve included a photo of my current mobile site layout. I’ve circled the search button in red.
Theme: Origin
URL: billon.maison

DaisyVo
January 24, 2025, 12:04am
2
Hi @MaisonBillonDon
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
@media screen and (max-width: 768px){
details-modal.header__search {
display: none !important;
}
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hey @DaisyVo , I’ve been well.
This solutions works! Thank You!