-
AuthorPosts
-
April 13th, 2017 at 12:46 #43912
Hi,
I installed the Relevanssi plugin to do the search on my site.
But in the Searchbox I get the word “search”.
I contacted the plugin author of Relevanssi, but he says it has nothing to do with his plugin, but with the theme you have.
So my question is: how can I remove the word “search” from the searchbox?
And if that isn’t possible, can I change the font size and how?
Thanks.
My site is here: https://www.patriciakaas.nl/blog/Johanna
Website: www.patriciakaas.nl/blog
April 21st, 2017 at 14:09 #44161Hi Support,
Is it possible to get an answer please?Johanna
April 28th, 2017 at 15:01 #44427Andrew YoungPower UserDoes anyone know how to remove the search box completely from the Menu
Website: www.websage.co.uk/u3a
April 28th, 2017 at 15:30 #44428Andrew it is always better to start your own thread.
But go to the Tempera Settings/ Graphic Settings/ SEARCH BAR LOCATIONS.
There you can change the default settings for the search bar.Johanna
April 30th, 2017 at 08:22 #44511I figured out how to change the fontsize of the word “Search” by adding this to the css of the Tempera Settings under Miscellaneous:
.searchform input[type="search"] {/* This keeps the search inputs in line This is the Sidebar Search*/ display: block; float: left; padding: 0 30px 0 10px; height: 50px; width: 100%; border-radius: 4px; font-size: 18px; }
But I still rather would remove the word “Search” entirely.
Johanna
May 8th, 2017 at 11:35 #44736ZedCryout Creations mastermindThe search string is a placeholder for the search form. It can be removed by removing the actual string or you could try this very weird bit of CSS:
.searchform input[type="search"]::-webkit-input-placeholder { /* WebKit browsers */ color: transparent; } .searchform input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: transparent; } .searchform input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */ color: transparent; } .searchform input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10+ */ color: transparent; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 8th, 2017 at 11:54 #44738Thanks Zed! That did it.
Johanna
-
AuthorPosts
The topic ‘Remove word "search" from Searchbox’ is closed to new replies.