My search bar in the results page is not pure white

Solved
Vick2
Excursionist
60 0 4

Can you help me?

Immagine 2023-09-21 164529.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4258 983 1200

This is an accepted solution.

Hi @Vick2 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

input#Search-In-Template {
    background: white;
    color: #1773b0;;
}
.field__input:not(:placeholder-shown) {
    padding: 0.8rem 1.5rem 0.8rem 2rem;
}

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1695310303879.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Reply 1 (1)
Made4uo-Ribe
Shopify Partner
4258 983 1200

This is an accepted solution.

Hi @Vick2 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

input#Search-In-Template {
    background: white;
    color: #1773b0;;
}
.field__input:not(:placeholder-shown) {
    padding: 0.8rem 1.5rem 0.8rem 2rem;
}

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1695310303879.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com