quick background color fix bigcommerce vault theme search background fix. paste below css at theme.scss last line follow guide – https://sumnima.studio/bigcommerce-how-to-edit-theme-scss/
you need to change background color code base on your header.
.dropdown--quickSearch {
background: #000;
}
.navPages-container.fixed .dropdown--quickSearch.desktop {
background: #191919!important;
}
above code done base on – https://support.bigcommerce.com/s/question/0D5TS00000Mnoow0AB/help-with-search-bar-color-on-sticky-nav?language=en_US