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
16205 2422 3146

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

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free
atm19
Excursionist
41 0 3

doesnt work... any other options please

oscprofessional
Shopify Partner
16205 2422 3146

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 .

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free
atm19
Excursionist
41 0 3

 it doesnt work. I found this in base css. 

IMG_9285.jpeg

IMG_9286.jpeg

oscprofessional
Shopify Partner
16205 2422 3146

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free