Hi,
how can I change the background color for Lightgallery to white?
Thank you in advance for your help!
Ursula, You can do that by adding a bit of custom CSS to your theme (for example via Customizer custom css)
.lg-backdrop { background-color: #fff !important; }