I want to remove the search icon on mobile

Solved

I want to remove the search icon on mobile

imazele
Explorer
57 0 17

Hi,

 

I want to remove the search icon on mobile on my header.

Here's the link of my website : https://www.five-pocket.com/ 

 

Thanks.

Accepted Solution (1)
suyash1
Shopify Partner
10983 1359 1735

This is an accepted solution.

@imazele - sorry, - was remaining between max-width  , make it like add below one

 

@media screen and (max-width:749px){
.header__icon--search {display: none;    visibility: hidden;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 5 (5)

suyash1
Shopify Partner
10983 1359 1735

@imazele - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

@media screen and (maxwidth:749px){
.header__icon--search {display: none;    visibility: hidden;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
imazele
Explorer
57 0 17

Did not work

suyash1
Shopify Partner
10983 1359 1735

This is an accepted solution.

@imazele - sorry, - was remaining between max-width  , make it like add below one

 

@media screen and (max-width:749px){
.header__icon--search {display: none;    visibility: hidden;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
imazele
Explorer
57 0 17

Thank you bro!

Made4uo-Ribe
Shopify Partner
10202 2422 3068

Hi @imazele 

Try this one.

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width:749px){
summary.header__icon.header__icon--search {
    display: none !important;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1733755572048.png

     

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.