Re: SEARCH ICON HEADER MOBILE

How do I restore the search icon on my mobile site header?

atm19
Excursionist
41 0 3

 Hi, I have a little issue. I removed the search icon from the mobile version two months ago but i would like to have it back next to the burger menu. Can someone help me please? www.taneau.com 

 

IMG_9245.jpeg

Replies 5 (5)

oscprofessional
Shopify Partner
16407 2444 3195

Hello @atm19,
To Resolve Your Queries You  need to add some Code
Please follow the path :
Go to the Online Store-> Theme-> Edit code-> Assets> base.css -> Add code at the bottom.

@media screen and (max-width: 767px) {
.header__search{
 display: block;
  }
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
atm19
Excursionist
41 0 3

doesnt work... any other options please

oscprofessional
Shopify Partner
16407 2444 3195

Hello @atm19
Sorry For the the Trouble Here is the code you can try i hope this will hepl
Please follow the path :
Go to the Online Store-> Theme-> Edit code-> Assets> base.css -> Add code at the bottom.

@media screen and (max-width: 767px) {
.header__search{
 display: block !important;
  }
}

This is the same code only  small changes is there please apply .

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
atm19
Excursionist
41 0 3

 it doesnt work. I found this in base css. 

IMG_9285.jpeg

IMG_9286.jpeg

oscprofessional
Shopify Partner
16407 2444 3195

Hello @atm19,
You have to copy above code which i have provided this Code and Paste to base.css file In Editcode.

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...