Question:
Can I put a different background behind the Lightbox?
Answer:
You can try to add the following CSS to your webpage:
<style type="text/css">
#html5-lightbox-overlay {
background-color:#ff0000 !important;
}
</style>
Question:
Can I put a different background behind the Lightbox?
Answer:
You can try to add the following CSS to your webpage:
<style type="text/css">
#html5-lightbox-overlay {
background-color:#ff0000 !important;
}
</style>