Tagged: Search
I do not want a search feature in the NavBar….how do I remove that?
Hi @lestertucker,
To remove the search from Navbar then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:
.navbar .search-toggle { display: none; } .navbar-main { padding-right: 0; }
Thanks