Change Background Color of "No listings were found matching your selection" Notice
By default, the "No listings were found matching your selection." notice appears on a blue background when you are searching for a given key phrase and nothing relevant is found.
You can change its background to anything of your choosing using the CSS code below:
.bsui .alert-info {<br> color: #fff;<br> background-color: #17a2b8;<br> border-color: #17a2b8;<br>}
You will need to place the above code at
WP > Appearance > Customize > Additional CSS. You can replace the color values with any other color that you prefer.