BMattie Posted September 14, 2020 Posted September 14, 2020 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; }
IXStudio Posted September 14, 2020 Posted September 14, 2020 Hi, What is the password of your website? Also please check this styles! Maybe you like it. (It's like your buttons. Just worked for standard SQSP button) Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD
Recommended Posts
Archived
This topic is now archived and is closed to further replies.