• Resolved Dan Bollinger

    (@dan-bollinger)


    What would the CSS be for removing the caption under the Gallery thumbnails? You can see the layout issue on this page with the Frog Snorkeler.

    If at all possible, I’d like to just show the Alt Text as the caption.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @dan-bollinger,

    Let’s try to edit the “Beach” gallery from “Manage Galleries” and delete the description field for that image to ensure that it will not show up.

    Alternately, you can add this CSS rule to “NextGen Gallery -> Other Options -> Styles” to globally hide the captions for all of the “Basic Thumbnails” galleries from your site:

    .ngg-gallery-thumbnail span {
        display: none !important;
    }
    Thread Starter Dan Bollinger

    (@dan-bollinger)

    The CSS works great. I want the description for each image so that it appears on the simple lightbox.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove caption from under Gallery thumbnails’ is closed to new replies.