Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How to remove the Search text from a Search box
So, I am trying to remove the word “Search” from above the search box, and can’t for the life of me work out how, you can see my predicament here:
http://www.glaciergaming.co.uk/blog/test
Any ideas would be appreciated! Thanks
Offline
#2 2013-07-21 19:42:49
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: How to remove the Search text from a Search box
There’s a txp:text
tag used to display “Search” (actually a helpful thing, cause it displays the term natively in any language, but here it makes your search a little more complicated).
It’s <h4><label for="search-textbox"><txp:text item="search" /></label></h4>
in the form “search_input” (Admin > Foms > Miscellaneous).
Customizing the factory forms, you’ll have a lot more fun with smd_where_used or adi_search_database installed, both plugins add an extra Search panel to the Extensions menu.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: How to remove the Search text from a Search box
Awesome, thanks for that! Sorry for the late reply!
Offline