How to add rectangle box around search bar // taste theme

The search function has a box now but I need it to be like a long rectangle that makes it obvious text can be entered there. Does anybody know how to do that?

website: https://goldstar3343.myshopify.com/

no password required

Thanks!

@heyitsphae

yes, please confirm this look

yes that’s perfect!

@KetanKumar hey! That solution is perfect, what is the coding :slightly_smiling_face:

@heyitsphae

yes, please header code

@heyitsphae

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 990px) {
.header__search {
    width: 200px;
    justify-content: end;
}
}