Site logo

Archived topic

Can the menu bar search bar be styled through the customizer interface?

3 replies · Started by Bandara on April 16, 2021

Viewing posts 1–4 of 4

I have just added this css to style the search bar:

/*menu search bar*/
input.search-field {
	background-color:white!important;
	opacity: 1!important;
	border:#1E72BD solid!important;
	height:44px!important;
	color:black!important
}

But I'm wondering if some of that couldn't be done through the Customizer interface.

Hi there,

there are a couple of color options in Customizer > Colors > Primary Navigation. But in your case you will need the CSS you have added.

Thanks! I just realized that I needed to add this into the class so that it only affects the menu bar:


nav.main-navigation 

Glad to hear you got it resolved !

This archived topic is closed to new replies.