Change background color of the popup (fullscreen mode)

Add this code to the Custom CSS field on the Style tab of your Before and After Slider widget’s settings:

.global-styles, [class*='Backdrop__BackdropContainer-sc'] {
background: rgba(120, 10, 10, 0.85) !important;
}
1 Like