Remove the Searchbar

Permalink
Hi,
Is it possible to remove or disable the search bar, from the whole webpage ??
Im using the theme Karma


- Thanks

 
enlil replied on at Permalink Reply
enlil
can you share a link to the site?
pvernaglia replied on at Permalink Reply
pvernaglia
You can do it with CSS

#ccm-nav-intelligent-search-wrapper {
display: none;
}