Title: css issue
Last modified: April 12, 2026

---

# css issue

 *  [mbsharp](https://wordpress.org/support/users/mbsharp/)
 * (@mbsharp)
 * [2 months ago](https://wordpress.org/support/topic/css-issue-105/)
 * Basic Extended albums created originally via Nextgen are styled within a div 
   of
   .ngg-albumoverviewBasic Extended albums created via the Imagely block are 
   styled within a div of.ngg-albumoverview.default-view
 * Now, the css in nextgen_basic_albums.css has a fault:
   .ngg-albumoverview.defaultview
   p.ngg-album-gallery-image-counter { display: none; }should be changed to { display:
   inline; }so that the image count is displayed correctly.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Mihai](https://wordpress.org/support/users/mceban/)
 * (@mceban)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/css-issue-105/#post-18896556)
 * Hi [@mbsharp](https://wordpress.org/support/users/mbsharp/)
 * Thanks for the report — we’ve confirmed and reproduced this.
 * The image count is hidden by a CSS rule that applies specifically to albums inserted
   via the Imagely block. The count renders correctly when an album is displayed
   via the legacy NextGEN Gallery UI, but the updated stylesheet for the block’s
   default template has two `display: none` declarations that suppress it. We’ve
   logged a fix to ship in an upcoming release.
 * In the meantime, you can restore the image count by adding the following to **
   Appearance → Customize → Additional CSS**:
 *     ```wp-block-code
       .ngg-albumoverview.default-view p.ngg-album-gallery-image-counter {
           display: inline !important;
       }
       ```
   
 * That will show the count immediately without waiting for the update.
 * Let me know if you run into anything else!

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-issue-105%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mihai](https://wordpress.org/support/users/mceban/)
 * Last activity: [1 month, 1 week ago](https://wordpress.org/support/topic/css-issue-105/#post-18896556)
 * Status: not resolved