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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -