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.
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;
}