Hey guys,

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

Thanks.

Comments

kuldip zala’s picture

hi,

select id or class of your search button.
Then write in your style.css with that id/class like.

#search_id{
display:none;
}

jondauz’s picture

thank you