LightBox - Edit the look and feel?

Is there anyway to edit how the lightbox looks? What I mean is the color is currently defaulted to a black with the image in the middle. Any way of editing the lightbox look and feel?

Thanks Guys,

Sean


Here is my public share link: LINK
(how to access public share link)

Hey @seank you left an empty href for your share link, can you please edit the post and add in the link? :slight_smile:

As far as customizing the color of the lightbox background you should be able to do the following

<style>

.w-lightbox-backdrop { background:  rgba(0,0,0,0.9) !important; }

</style>

Just edit the rgba color and that should do it, you may need an !important tag, might not.

Let me know if you have any trouble. :smile:

Thanks,

Waldo

5 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.