So glad this feature is live! Will there be a Custom CSS to change the background color of the search bar?
Hi there, @Real_Academy ![]()
Thank you so much for the feedback!
You can change the color of the search bar and filters on the Style tab:
In case, you wish to set a separate color for the search bar, this CSS code will do the trick ![]()
.es-search-container {
  background-color: red;
}
            
