How to replace "Google Custom Search" watermark to "Your custom text" in adsense Custom search engine.

We can replace “Google custom search” watermark to “Your custom text”  in adsense Custom search engine:
ADSENSE CSE: BEFORE

ADSENSE CSE: AFTER

Follow below steps to replace the “Google custom search” watermark to “Your custom text” in adsense Custom search engine:

Go to adsense CSE code, which will looks like this:

<form action="http://www.YourWebsiteName.com" id="cse-search-box">
 <div>
   <input type="hidden" name="cx" value="partner-pub-7217772373330193:9765656060" />
   <input type="hidden" name="cof" value="FORID:10" />
   <input type="hidden" name="ie" value="UTF-8" />
   <input type="text" name="q" size="30" />
   <input type="submit" name="sa" value="Search" />
 </div>
</form>

<script type="text/javascript" src="http://www.google.co.in/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>

In above code change   <input type="text" name="as_q" value=”Search in this website” size="30" />

Now the “Google Custom Search” watermark will not appear on adsense custom search engine "Search in this website, will visible.

You can change "Search in this website" text with your own text.