• Resolved netmediamarkets

    (@netmediamarkets)


    I am using the most current version of WP, Theme, and NextGen Free Gallery plugin. I am trying to get rid of the Image Count under the Gallery Title showing up on the Album page.

    If I am unable to get rid of the Image Count under the Gallery Title on the Album Page, then please be so kind to send me a css script to close up the distance between the Gallery Title and Image Count and also send me a CSS script to add 50px of margin between gallery rows on the Album page so each row is clearly separated from the row above.

    PS — Where is your search or filter to look for specific support threads?

Viewing 1 replies (of 1 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @netmediamarkets – Here are some custom CSS snippets that might be of use for you:

    /** Reduce space between Album title and number of photos */
    .ngg-album-compact h4 .ngg-album-desc {
         height: auto !important;
    }
    
    /** Remove borders around Compact Album preview images */
    .ngg-album-compactbox::before,
    .ngg-album-compactbox::after,
    .ngg-album-compactbox {
         border: none !important;
    }
    
    /** Hide number of photos in compact album display */
    .ngg-album-gallery-image-counter {
        display: none;
    }

    I believe the first and third will be most helpful in this case.

    Thanks!

    – Cais.

Viewing 1 replies (of 1 total)

The topic ‘Remove Gallery Image Count With CSS’ is closed to new replies.