(Squarespace) Button Block Hover Color

You can use this code to Website > Website Tools > Custom CSS to change Button Block Hover Color.

div.button-block a.sqs-block-button-element:hover {
    background-color: #fff !important;
    color: #000 !important;
    opacity: 1 !important;
}

Before

After
image

1 Like