Simple way to remove Google watermark in search text box.
$(document).ready(function() { $("#cse-search-box input[name=q]").css("background-color", "#fff"); });
You need to include jQuery package first, of course.
Simple way to remove Google watermark in search text box.
$(document).ready(function() { $("#cse-search-box input[name=q]").css("background-color", "#fff"); });
You need to include jQuery package first, of course.