Hey guys,

Was wondering how do I remove the search button next to the search bar?

Thanks.

Comments

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