By freelylw on
How can I change the design of the search button. I want to have my own design but not the default 'search' button.also the 'login in' button as well..
thank you .
How can I change the design of the search button. I want to have my own design but not the default 'search' button.also the 'login in' button as well..
thank you .
Comments
advice from a drupal newbie
I just did this myself yesterday. you should be able to style it using the following IDs, with CSS:
#search-block-form input#edit-search-block-form-keys { }
#search-block-form input#edit-submit { }
I'll bet there's some module for customizing the search bar, but I just went into modules/search/search.module and modified the search_box() and search_block() functions as necessary (specifically, I removed the "Search" subject, added some simple javascript onfocus/onblur stuff to the search field, changed "Search" to "Go", etc).
hopefully a drupal veteran will chime in here and explain why my approach was wrong :)
hi, is there a simple way to
hi, is there a simple way to just change the image of the 'search' ??