Any way to get rid of < 64 / 165> page numbers?
AlexKaplanPhoto
Registered Users Posts: 1 Beginner grinner
Hello, Any way to get rid of < 64 / 165> page numbers? Any help would be greatly appreciated. Thank you in advance.
0
Comments
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