• Resolved westerdaled

    (@westerdaled)


    Hi I would like the NextGen slideshow not to show the filename . Should I do this with CSS and if so is there named classes I can override?

    [ngg_images source="galleries" container_ids="3" display_type="photocrati-nextgen_basic_imagebrowser" .....]

    • This topic was modified 7 years, 10 months ago by westerdaled.
Viewing 1 replies (of 1 total)
  • Thread Starter westerdaled

    (@westerdaled)

    Hi I figured it ….

    just add the following to the /ngg_styles/nggallery.css

    /*
    CSS Name: Default Styles
    Description: NextGEN Default Gallery Stylesheet
    Author: Imagely
    Version: 2.13

    This stylesheet is provided to allow users the ability of overriding the default styles for all display types
    */

    .ngg-imagebrowser h3 {
    text-align: center;
    display: none; /* want to hide the filename above the image*/
    }

Viewing 1 replies (of 1 total)

The topic ‘Can I hide the filename of the image’ is closed to new replies.