Does anyone know what coding I need to enter to change the background color on the filter dropdowns. I have attached an image below. Currently it is transparent and hard to see.
Please add below css code in bottom of assets/base.css file
.facets-container .parent-display {
background: #fff8f3;
}
Thank you.
Please add below css code in bottom of assets/base.css file
.facets__display {
background: #fff8f3;
}
Thank you.


