/* Target the gallery lightbox overlay */ .sqs-gallery-lightbox-overlay { /* Add a close button element */ position: relative; } /* Style the close button */ .sqs-gallery-lightbox-overlay::before { content: '×'; /* Or use an image for the close icon */ position: absolute; top: 10px; right: 10px; background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */ color: white; padding: 10px 15px; cursor: pointer; border-radius: 5px; }