Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
How do I get rid of these annoying album ids in the the gallery? Please see attached image.
Hello, it’s not IDs, but the quantity of images inside the album.
You can hide them by adding code below to the Custom CSS field:
.gmAlbumsGridFlipper .gmTitleHolder .coverCounter { display: none; }
That worked. Thanks!
