If I use this, I get the link and it opens the text inside the div, but the div contents show on the page as well as the link, not hidden until clicked with the link.
Is there some markdown to use that will only show the link to open the div in a lightbox?
Are you using this with Grav 1.0 or 1.1? That’s going to help things a little. Also, can you give paste a copy of the entire .md page’s contents where you have setup your featherlight sections?
### Second Block


<a href="#" data-featherlight="#box2">Open element in lightbox</a>
<div id="box2">This div will be opened in a lightbox</div>
Third Block
This is the third column in the set
### Fourth Block
This is the fourth column in the set
From 04.kitchen-display folder modular.md: