How to change the background color of the search bar

So glad this feature is live! Will there be a Custom CSS to change the background color of the search bar?

1 Like

Hi there, @Real_Academy :waving_hand:

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 :wink:

.es-search-container {
  background-color: red;
}