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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -