Change popup background color (appearing after clicking on Read More)

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

[class*='PopupContent__Container-sc'] {
background-color: #f1f !important;
}

WOW! Ça marche! Merci!

It’s work! Thanks!