php - Google Custom Search initial value -


i have created google search function, leave textfield blank instead of appearance:-

enter image description here

it possible? thanks!

assuming you're using stock custom search embed code, add following css:

form#cse-search-box div input {     background-image: none !important; } 

Comments