35 / 91
Remove Image Pagination
The "Image Pagination" on a SmugMug page is the text at the center bottom of the image that lets the viewer know which photo in the gallery they are on. For example, in the image above, the user is on photo 8 out of 25 (as seen by the < 8 / 25 >). If you would like to hide the image pagination, use the code below. Add the following CSS to your theme's Advanced CSS settings:
/* Remove the image pagination */ .sm-gallery-image-pagination { display: none; }
- No Comments
All images © 2007-2021 Aaron Meyers