Return to Snippet

Revision: 11379
at February 3, 2009 16:02 by wrburgess


Updated Code
/* place this code within the style.css file in your Drupal theme */

#search-block-form label {  /* hides the search form label */
  display: none;
}

Revision: 11378
at February 3, 2009 15:40 by wrburgess


Initial Code
/* place this code within the style.css file in your Drupal theme */

#search-block-form label{  /* hides the search form label */
  display: none;
}

Initial URL


Initial Description


Initial Title
Hide search form label in a Drupal 6 theme

Initial Tags
form, php, search, drupal

Initial Language
CSS