(Squarespace) Turn Form Lightbox Button to Text

You can use this CSS code to Website > Website Tools > Custom CSS to turn a Form Lightbox Button to a Text.

footer.sections button.lightbox-handle {
    border: none !important;
    background-color: transparent !important;
    color: #000 !important;
}

Before

After

2 Likes