Hi
I want to get rid of that text which in the Roople Tapestry theme is in front of the search box, top right.
Using Firebug, this is the code I get - 3rd line:

<div id="search" class="container-inline">
<div id="edit-search-theme-form-1-wrapper" class="form-item">
<label for="edit-search-theme-form-1">Search this site: </label>
<input id="edit-search-theme-form-1" class="form-text" type="text" title="Enter the terms you wish to search for." value="" size="15" name="search_theme_form" maxlength="128"/>
</div>
<fieldset class="collapsible collapsed">
<legend class="collapse-processed">
<a href="#">CAPTCHA</a>
</legend>
<div class="fieldset-wrapper">
</div>
</fieldset>
<input id="edit-submit" class="form-submit" type="submit" value="Search" name="op"/>
<input id="form-cf37a94ae382b6ce2355319247f19fc5" type="hidden" value="form-cf37a94ae382b6ce2355319247f19fc5" name="form_build_id"/>
<input id="edit-search-theme-form-form-token" type="hidden" value="1727f8cca2edbba05d1d632935345633" name="form_token"/>
<input id="edit-search-theme-form" type="hidden" value="search_theme_form" name="form_id"/>
</div>

I have tried to look for it in the different files in the search module, including search.module & in the theme page.tpl.php etc, to no avail.

So where exactly is it located?

Thanks in advance.

Comments

WorldFallz’s picture

I dont see this text in the demo. Did you check template.php or any theme javascript to see if it was customized somehow?

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

lionheart8’s picture

Hi
Another search in the search.module led me to it. I think I was not that careful last time.
Thanks for your help.

ryivhnn’s picture

It's a bit of a pain isn't it ;)

I stuck

#search label
{
   display: none;
}

in style.css which hid it.

Don't hack core, makes upgrade a pain in the system.

works at bekandloz | plays at technonaturalist