removing search button...
jondauz - November 18, 2008 - 02:22
Hey guys,
Was wondering how do I remove the search button next to the search bar?
Thanks.
Hey guys,
Was wondering how do I remove the search button next to the search bar?
Thanks.
Using CSS
hi,
select id or class of your search button.
Then write in your style.css with that id/class like.
#search_id{
display:none;
}
thank you
thank you