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:
Question
BMattie 0
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-color:#9D4331;
color:#ffffff;
-webkit-transition: 2s;
transition: 2s;
}
// HEADER HOVER COLOR FADE //
.header-actions-action .btn:hover {
background-color:#ebab9e;
color:#ffffff;
-webkit-transition: 3s;
transition: 3s;
}
.header-actions-action .btn:hover {
background-color:#9D4331;
color:#ffffff;
-webkit-transition: 2s;
transition: 2s;
}
Link to post
Top Posters For This Question
1
1
Popular Days
Sep 14
2
Top Posters For This Question
BMattie 1 post
IXStudio 1 post
Popular Days
Sep 14 2020
2 posts
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment