badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Search Bar function in Nav Bar

#65261

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