How to remove search and account icons for Debut

hi friends. I tried to apply the code that i’ve seen in the threads. but I still cannot find out one that works in removing the search icon from the debut header. I’d also like to remove the account icon if possible. I’m less concerned about that account icon though. I just have one product so far and as you can imagine I don’t need a search feature that. please help thanks!

www.li3f.co

pw= LI3FISLIFE

1 Like

@jgreen18

Please add css code your assets/theme.scss.liquid bottom of the file.

.site-header__search-toggle {display: none !important;}
.site-header__account {display: none !important;}

Thanks!

hey thanks for helping, but when I plug this code in, the text just sits at the bottom of my page, and it does not remove the search function in the header. (see image below)