• hi

    when i insert a single image into a page or post, the thumbnails i get are not like the thumbnails i get when i show a gallery.

    1. how do i create a white border around single thumbnails, which turns grey on hover? when i show a gallery, the gallery thumbnail has this border and hover action, but not the single thumbnails.

    which part of the css needs editing?
    i cant find ngg-singlepic, if thats the CSS.
    thanks in advance
    HH

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Johnny Bravo

    (@herbiehysteria)

    anybody?

    add it…..

    I frequently view source code from within the browser to see what div/class is applied, then tack that on to the end of my css

    so if you see that it is ngg-singlepic being applied…

    .ngg-singlepic {
            border: solid 2px #fff;
        }

    Thread Starter Johnny Bravo

    (@herbiehysteria)

    rvoodoo
    thanks for replying

    im using firebug to do the same, it says the class is .ngg-singlepic but i cant find this in nextgen’s stylesheet

    wot gives?
    HH

    it could be a class added by nextgen so that you can do your own styling. They may not have applied any styling to it.

    I didn’t mean to edit nextgen’s stylesheet…you’ll lose that if the plugin gets upgraded

    Just tack it onto your theme’s style.css

    Nextgen style sheet is accessed by going to your dashboard, locate the “gallery” tab open it and edit the “style” settings. I have found it advantageous to only change border settings to 0 and leave the code in place in case i do not like the result.

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

The topic ‘nextgen gallery – single pic border’ is closed to new replies.