Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @spiteri316,

    While there’s no such setting, you can easily hide them adding a custom CSS rule like the one from below to your site’s “Appearance -> Customize -> Additional CSS”

    .ngg-imagebrowser.default-view h3 {
        display: none !important;
    }

    Hope this helps

    Thread Starter spiteri316

    (@spiteri316)

    That did it, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Get Rid of Image Titles in Slideshow?’ is closed to new replies.