Options

How to Change the Page x of y and Image a of b?

LarryFLarryF Registered Users Posts: 20 Big grins
edited January 23, 2014 in SmugMug Customization
Is there a way to change the way the Page x of y (and the Image a of b) is displayed at the bottom of the galleries.

Right now, it shows 1/4 for example in Chrome. I'd like to change it to be more visible for the user, with text if possible.

Comments

  • Options
    phaserbeamphaserbeam Registered Users Posts: 452 Major grins
    edited January 23, 2014
    I'm using something like that:
    .sm-gallery-smugmug .sm-gallery-tiles-pagination .sm-form-field:before {
      content:"Page ";
    }
    .sm-gallery-smugmug .sm-gallery-image-pagination .sm-gallery-image-totals:before {
      content:"Photo ";
    }
    
Sign In or Register to comment.