The white box around Google Custom Search

 The search form provided by Google has a block around it with a solid white background. It's okay on a white page but not so great otherwise. Here is a fix:

<style type="text/css">
div.gsc-control-cse {background: transparent;}
</style>


See post .

 

Comments