/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* place this code within the style.css file in your Drupal theme */ #search-block-form label { /* hides the search form label */ display: none; }