
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 former, the arrows next to the thumbnails use the following CSS. Add the following CSS to your theme's Advanced CSS settings:
/* Remove the left and right arrows from the navigation thumbnails */ .sm-gallery-nav-left, .sm-gallery-nav-right { display: none; }
Comments