Hello I need help removing the search bar on mobile view. I have unselected search bar in the theme customisation but it’s still showing.
.mobile-search-bar {
display: none; make it none in theme.scss.liquid ok.....search for .mobile-search-bar and make it block to none
padding: 16px 20px;
}
