Make white background in popup

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

.global-styles,
.fslightbox-container {
  background: white !important;
}

.global-styles,
.fslightbox-container * {
  color: black;
}
1 Like