Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #488269

    First, I love this theme so much!

    Just wondering how I would keep file names from appearing when they display? I’m using the GALLERY module to show thumbnails and then the LIGHTBOX option is selected. When an image thumbnail is clicked and the lightbox image pops up, in the lower left is the image name, i.e., img_0472, and in the lower right is the number of images, i.e. 5/200.

    How do I remove these, or at least just the file name?

    Thanks so much.

    — Jordan

    • This topic was modified 9 years, 2 months ago by jordandsa.
    #488529

    Hi Jordan,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #495377

    put this in your css:
    .mfp-title {visibility: hidden;}

    #495415

    Hi!

    You can use @ftlamont’s css or the css provided below:

    .mfp-title {
        display: none !important;
    }
    
    .mfp-counter {
        display: none !important;
    }

    Please insert the above css into your custom css section to hide the image name and counter:

    Cheers!
    Dake

    #495421

    Thanks so much! I’ll give it a try!

    #495422

    Hey!

    You’re welcome :)

    I’ll leave your thread open until you confirm that it’s working on your end.

    Regards,
    Dake

    #495423

    It totally works! Thanks so much! You guys always have the best support! Cheers!

    #495469

    Hi!

    Glad we could help :)

    Please let us know if you ever need help in the future.

    Regards,
    Dake

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do I remove file names from gallery images’ is closed to new replies.