Currently, I am experimenting with the Aria template, a free Bootstrap-based template. My goal is to utilize the gallery feature without any accompanying text. However, even after removing the text from the lightbox, the white background persists. What I simply desire is to display the image along with a close button, sans any text.
https://i.sstatic.net/C5OAL.png
Let's take a look at the code snippet for the gallery:
<div class="element-item development">
<a class="popup-with-move-anim" href="#project-1">
<div class="element-item-overlay"><span></span></div>
<img src="images/project-1.jpg" alt="alternative">
</a>
</div>
If you wish to see the theme in action, feel free to click here.