• Resolved todfromtheweb

    (@todfromtheweb)


    Hello,

    I am working on a SmugMug masonry layout where I have selected no title/ caption/ description but in the lightbox, it still shows the title in a smaller box on the bottom. See page here. Any way to remove that?

    The title is the only way I have found to add alt text to the photos but don’t want to display it when clicked in the lightbox.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    You will have to remove it via custom CSS. There is no way to suppress the title in the lightbox through options if you are displaying it on the gallery itself.

    Thread Starter todfromtheweb

    (@todfromtheweb)

    Thank you for clarifying,

    So in themes>customize>additional CSS i’ve added

    /* Hide the caption in BigPicture Lightbox */
    .bp-lightbox-caption {
    display: none !important;
    }

    But it doesn’t seem to work is there something in Photonic settings I should toggle?

    Thanks again

    Thread Starter todfromtheweb

    (@todfromtheweb)

    Nevermind was able to solve it with:

    #bp_caption

    { display: block !important; }

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

The topic ‘Smugmug lightbox title’ is closed to new replies.