I am creating a new site using an old theme, and i dont need the search bar, but i would like the logo to stay at the left corner.
Can you help me remove the search bar.
I am creating a new site using an old theme, and i dont need the search bar, but i would like the logo to stay at the left corner.
Can you help me remove the search bar.
Hi @FlyNPlay
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to remove this search.
.site-header-mobile-search-button,
.site-header .live-search { visibility: hidden; }
Thank you !
Would it be possbile for you to make the menu parallel with the logo and also remove the shopping cart on the right !
You are a legend.