July 10, 2019 at 7:56 am
#65261
Theme Horse Support Team
Keymaster
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