Visual LightBox
-
joomla open link in lightbox Monochrome Theme with Round Window thumbnails
-
html image gallery template Route Theme with Simple HTML Frame thumbnails
-
joomla youtube lightbox Modern Theme with Round Frame thumbnails
Remove all the image gallery css navigation buttons
Q: Would I be able to remove all the navigation buttons for image gallery css except for the close button
A: Yes, it is possible.
You should open engine/css/visuallightbox.css file and find the following code:
#detailsNav{display:block; float:left;padding:0;}
change it to:
#detailsNav{display:block; float:left;padding:0; display: none;}