hey, how to delete the search function in the sense theme? I tried the google suggestions for debut and some other themes but nothing worked. Sadly i have no idea in css and html and all those things. Maybe someone can help out?
Thank you very much!
hey, how to delete the search function in the sense theme? I tried the google suggestions for debut and some other themes but nothing worked. Sadly i have no idea in css and html and all those things. Maybe someone can help out?
Thank you very much!
@juli540 go to assets > base.css put this css bottom of file
.header__search {
display: none !important;
}