Looking for some assistance here from the experts :)
Currently, I'm utilizing Bootstrap 5 along with this Lightbox library called
To activate it, I'm using data-toggle="lightbox" and it's functioning flawlessly.
<a href="http://fpoimg.com/200x200?text=Forth" data-toggle="lightbox" data-gallery="gallery" >
<img src="http://fpoimg.com/200x200?text=Forth"></a>
I want to add some custom CSS styles like lightbox background-color, padding, etc., but I'm unsure where to begin.
In the past, I used ekko-lightbox for BS4 which had its own CSS, but I can't seem to find one for this particular library.