Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @crlannen – What specific CSS are you trying to use and how are you trying to implement it?

    – Cais.

    Thread Starter crlannen

    (@crlannen)

    I finally got it to work. This is the css that needs to be added to the custom css (ngg_styles/nggalery.css)

    ‘#fancybox-content {
    width: 0px;
    height: 0px;
    padding: 0px;
    outline: 0px none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 10px solid #ffff93 !important; /* this is what changes the border color */
    }’

    Plugin Contributor photocrati

    (@photocrati)

    @crlannen – Well done! … and thanks for sharing!!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lightbox border color’ is closed to new replies.