Hi,

I would like to know how to remove the "Search this site:" label before the Search box in the theme header. I alredy tried searching in page.tpl.php and page-front.tpl.php but I can't find it.
Your help is highly appreciated. Thanks.

Regards,

Richard R. Cahilig

Comments

danpros’s picture

Hello,

It's seem you are using the previous version, I recommend you to upgrade to the latest version, lot new feature in it (i.e. Superfish menu, pngFix, Slideshow and bug fixes).

To remove that simply adding this to style.css or local.css

#search-box label { display: none;}

Dan

danpros’s picture

Status: Active » Closed (fixed)

I think that will answer your question so I'm gonna close this.

I will adding it in the handbook for other users.

r.cahilig’s picture

Hi,

Thanks for your quick response, I'm wondering if its possible increase the size of the searchbox.

danpros’s picture

Of course you can do that, find this code in style.css

#header-wrapper #search-box #search input.form-text {
border: 1px solid #D5D5D5;
width: 10em; <!-- change this to set the width, or you can add "height" to set the height of the search box -->
}

Hope that help,
Dan

murpheus’s picture

I am having the same issue here and just can't seem to find the line
#search-box label { display: none;}

in the css file. Please advise