/ Published in: CSS
Expand |
Embed | Plain Text
/* place this code within the style.css file in your Drupal theme */ #search-block-form label { /* hides the search form label */ display: none; }
You need to login to post a comment.
wrburgess on 02/03/09
form php search drupal drupal6
2 people have marked this snippet as a favorite
/* place this code within the style.css file in your Drupal theme */ #search-block-form label { /* hides the search form label */ display: none; }
You need to login to post a comment.