Viewing 7 replies - 1 through 7 (of 7 total)
  • .ngg-album-compactbox, .ngg-album-compactbox:after, .ngg-album-compactbox:before {
    border: none !important;
    }
    Thread Starter Peter2201

    (@peter2201)

    Hello tizz,

    thanks for you info
    one last question: where I can find these code? because the nggallery.css is empty?
    thanks for help
    Peter

    Peter2201 You have to put that code in NextGEN custom CSS area in “Other Options”

    Thread Starter Peter2201

    (@peter2201)

    Hello tizz,

    thanks a lot – it works 🙂
    is it also possible to remove this black thin line around the thumpnail, which remains?

    thanks for help
    Peter

    .ngg-album-compactbox .Thumb {
    border: none !important;
    }

    But at this point you can join the two in this way

    .ngg-album-compactbox, .ngg-album-compactbox:after, .ngg-album-compactbox:before, .ngg-album-compactbox .Thumb {
    border: none !important;
    }
    Thread Starter Peter2201

    (@peter2201)

    Hello tizz,

    it works perfect – thank you so much 🙂
    lg Peter

    Plugin Contributor photocrati

    (@photocrati)

    @tizz – Thanks!

    @peter2201 – Glad you got this sorted out.

    – Cais.

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

The topic ‘NextGen album lines’ is closed to new replies.