Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21331
    Ursula
    Participant

    Hi,

    how can I change the background color for Lightgallery to white?

    Thank you in advance for your help!

    #21334
    Bartosz
    Keymaster

    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;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.