Always show caption in Lightbox

To make caption always show in Lightbox Squarespace, you can use this code to Website Tools > Custom CSS.

div.yui3-lightbox2 .sqs-lightbox-meta {
    opacity: 1 !important;
    background-color: rgba(0,0,0,0.75) !important;
}

Result: