element style question
Hi,
I am trying to set the background color of my Search For search box and found this code using firebug. I changed background to white which worked in firebug but I don't know which file I should place this code to make the background white. Thanks for any assistance with this.
element.style {
background-color: #ffffff;
position: relative;
vertical-align: top;
}