How to hide search field on spreadshop

Hi. Can someone provide the CSS coding to use to hide the search field on a spreadshop or point me to the previous forum that answered this question?

Thanks.

try this
#sprd-search{
visibility: hidden;
}

HI Thanks. That worked with a period in front. I used:

.sprd-search{
visibility: hidden;
}