Viewing 1 replies (of 1 total)
  • Plugin Author webaware

    (@webaware)

    G’day Dick,

    You’re in luck, there are (at least) two ways:

    1. create a custom template based on the download gallery template, and remove the span that outputs the $image->alttext on line 58
    2. use CSS to hide that span

    The second approach is easiest. Just add this CSS to your theme’s stylesheet:

    .ngg-gallery-thumbnail label span {
        display: none;
    }

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘Turn the image Caption off’ is closed to new replies.