Change colour of search bar

Hi,

I am wanting to change the colour of the entire nav bar, however, am struggling to change the colour of the search bar.

Site: balanceddays.com

Thanks :slight_smile:

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*change search bar color*/
.nav-search input {
    border: 0;
    background: #ffffff;
}

Best regards,
Support.