Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the google custom search watermark

I have google custom search, by default the search box has got background image, I can remove that image, But not able to replace with my image. so Is there a way to do this.

like image 651
n92 Avatar asked Dec 22 '22 06:12

n92


1 Answers

Adding this to my CSS worked for me:

.cse input.gsc-input, input.gsc-input {background-image:none !important;}
like image 121
John Avatar answered Dec 23 '22 21:12

John