Site URL: https://www.thebespokedesignco.com
Hello,
I cannot figure out the coding to change buttons on the newsletters and forms! Driving me crazy. Anyone know how to target form and newsletter buttons? Here is what I used for both body buttons and the header to fade from one to color to another when hovering:
// BUTTON COLOR FADE //
.sqs-block-button-element--medium.sqs-block-button-element {
background-color:#ebab9e;
color:#ffffff;
-webkit-transition: 3s;
transition: 3s;
}
.sqs-block-button-element--medium.sqs-block-button-element:hover {
background-