Hide search form label in a Drupal 6 theme


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* place this code within the style.css file in your Drupal theme */
  2.  
  3. #search-block-form label { /* hides the search form label */
  4. display: none;
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.