removing search button...

jondauz - November 18, 2008 - 02:22

Hey guys,

Was wondering how do I remove the search button next to the search bar?

Thanks.

Using CSS

kuldip zala - November 18, 2008 - 04:02

hi,

select id or class of your search button.
Then write in your style.css with that id/class like.

#search_id{
display:none;
}

thank you

jondauz - November 18, 2008 - 21:33

thank you

 
 

Drupal is a registered trademark of Dries Buytaert.