• Resolved digiscrap

    (@digiscrap)


    Hello,

    Is it possible to remove the image count from the overlays of the album thumbnails (responsive album layout)?

    Thanks for helping!

    Vicnent

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Vincent
    Did you ever found a solution on your question?

    I have ben looking for the same.

    Best regards
    Lars

    Thread Starter digiscrap

    (@digiscrap)

    No ??

    Plugin Author bradvin

    (@bradvin)

    You can add this custom CSS to your album which hides the gallery count:

    
    .foogallery-pile-inner a h3 span {
        display: none !important;
    }
    

    You might need to add some padding to make it look 100%:

    
    .foogallery-album-gallery-list .foogallery-pile h3 {
    padding:5px !important;
    }
    
    • This reply was modified 7 years, 5 months ago by bradvin.

    Hello Bradvin
    Thank you for the information. I also found out that I could make it as a global feature in the setup area

    Best regards from Lars

    Thread Starter digiscrap

    (@digiscrap)

    Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove image count responsive album layout’ is closed to new replies.