R
R
Rokis2017-02-25 02:11:45
Google
Rokis, 2017-02-25 02:11:45

How to hide or remove placeholder in custom google search?

Hello!
There was an inscription "Custom search" as a placeholder ( was absent before ). How to remove it? This cannot be done in the search settings panel.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2017-02-25
@Rokis

With jquery
$(/*selector here*/).placeholder = ""
With js
document.getElementById(/*id here*/).placeholder = ""
Or try as in documentation
https://developers.google.com/custom -search/docs/t...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question