Viewing 3 replies - 1 through 3 (of 3 total)
  • edzah

    (@bloofood)

    This worked for me. Just to clarify:

    Unticking the ‘Show Captions’ box in NextGen GalleryView Settings didn’t get rid of the grey caption panel that shows the image filename (the css class for this panel is ‘panel-overview’). I looked at the shortcode on my page and noticed that one of the attributes was ‘showCaptions=false’ – if you delete this text the panel should disappear.

    ed

    i cant find panel-overview although it might be panel-overlay? still couldnt find where these codes lay so i can change them ??

    simply add the following css rules to your current theme’s style.css:

    .panel .panel-overlay, .panel .overlay-background {
    display: none;
    }

    should work

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WordPress NextGen GalleryView] Hiding the captions’ is closed to new replies.