Options

Any way to get rid of &#57392;< 64 / 165&#57393;> page numbers?

AlexKaplanPhotoAlexKaplanPhoto Registered Users Posts: 1 Beginner grinner
edited March 24, 2016 in SmugMug Customization
Hello, Any way to get rid of < 64 / 165> page numbers? Any help would be greatly appreciated. Thank you in advance.

Comments

  • Options
    pilotdavepilotdave Registered Users Posts: 785 Major grins
    edited March 24, 2016
    Hello, Any way to get rid of < 64 / 165> page numbers? Any help would be greatly appreciated. Thank you in advance.

    Add this to a CSS box in all galleries:

    .sm-gallery-image-totals, .sm-fonticon-AngleBracketLeftSlim, .sm-fonticon-AngleBracketRightSlim {display:none!important;}

    If you want to leave the forward and backward buttons and only get rid of the numbers, use:

    .sm-gallery-image-totals {display:none!important;}

    Dave
Sign In or Register to comment.