/* Change color of Yellow Alert bar to white (ffffff); you may change this color as desired. */ .prm-alert-bg, .bar.alert-bar, .classic-input .search-scope { background-color: #ffffff; } /* Change color of Alert bar border to light gray (DEDEDE); you may change this colors as desired */ .prm-alert-border, .bar.alert-bar, .classic-input .search-scope { border-color: #DEDEDE; }