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

    (@webaware)

    G’day Benny,

    You can use CSS to change the size of image titles, e.g. add something like this to your theme’s CSS:

    .ngg-gallery-thumbnail label span {
        font-size: 120%;
    }

    The easiest way to remove the gallery title is again to use CSS:

    .ngg-galleryoverview h3 {
        display: none;
    }

    Alternatively, you can copy the gallery template into your theme and customise it to remove the gallery title. Read the article Creating a custom gallery template for NextGEN Gallery, but copy the template gallery-download.php from the templates folder in the nextgen-download-gallery plugin.

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘change the size of title’ is closed to new replies.