How can I modify the search bar color on my webpage?

How do I change so the search on this page: https://klan-jack-4084.myshopify.com/search?q=v%C3%A4xter&options%5Bprefix%5D=last

Become black and the text: #fce396

Just like the search in the top left corner. Bonus if the white line can diss

Hi @Norriz

Do you mean like this?

If it is try this.

  • 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: black;
}
label.field__label {
    color: #fce396 !important;
}
  • And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Amazing! Thanks so much :grinning_face_with_smiling_eyes:

And how do I only change the text color in the search field. At this time it can’t be seen when tying in our search bar. Total Newbie here