We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can hide the search button on my mobile site layout?

Solved

How can hide the search button on my mobile site layout?

MaisonBillonDon
Explorer
87 0 15

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

 

IMG_052FC72FFF99-1.jpeg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Bravo Billón
Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

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;
}
}

 

image (11).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

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;
}
}

 

image (11).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
MaisonBillonDon
Explorer
87 0 15

Hey @DaisyVo  , I've been well.

This solutions works! Thank You!

Bravo Billón