
Remove the Thumbnail Pagination
SmugMug offers 2 ways to navigate the thumbnails in the "SmugMug Layout": using the arrows next to the thumbnails or via a pagination drop-down menu. If you would like to remove the latter, the pagination drop-down menu use the following CSS. Add the following CSS to your theme's Advanced CSS settings:
/* Remove the pagination drop-down menu below the thumbnails */ .sm-gallery-tiles-pagination { display: none; }
Comments