Is it possible to remove the toggle thumbs, view gallery and view info boxes from the bottom right of the gallery. I want to just have a simple one page gallery without these showing. When I remove them from the index.php file the gallery pictures and thumbnails do not show at all.
Remove toggle thumbs and view info boxes
(3 posts) (2 voices)-
Posted 10 months ago #
-
The easiest way to hide those would be to add this to your index.php page or add it to the style sheet:
<style>.right{ visibility:hidden;}</style>
Posted 10 months ago # -
Thanks that works perfectly.
Posted 10 months ago #
Reply
You must log in to post.