
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; }
LassiterPhotography
on January 25, 2018This doesn't seem to work for me. Is there maybe a typo in the code or some limitation to where this will work?