remove search icon from mobile (dawn theme)

how can I remove the search icon from the mobile view on the website www.10xfuel.com?

thank you!

Hi [email removed]10xfuel,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css,

Step 3: Paste the below code at bottom of the file → Save

@media(max-width:767px){

header details-modal{display: none !important}

}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

1 Like