change of search icon to Search bar in dawn theme

change of search icon to Search bar in dawn theme

Urv24
New Member
13 0 0

Hello,

 

I want to change the search icon into search bar on home page in dawn theme.

 

Thanks

Replies 2 (2)

Small_Task_Help
Shopify Partner
830 27 75

Hi,

 

Find the search section having search icon at header.liquid  and modify the HTML 

HTML code example  

<!-- Search Form -->
<div class="header__search-container">
  <form action="/search" method="get" class="header__search-form">
    <input type="text" name="q" placeholder="Search products..." class="header__search-input">
    <button type="submit" class="header__search-submit">
      Search
    </button>
  </form>
</div>
To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
Urv24
New Member
13 0 0

Hi @Small_Task_Help 

Can you please tell me in detail what exactly i have to do because i still not get the solution.

 

Thanks