SwalshPDX Posted August 19, 2020 Share Posted August 19, 2020 Site URL: https://www.swalsh.art/contact I am having a problem changing the hover color of the submit button on this form. I would like to have the outline style button in white, then for it to be a pink (F551CC) outline on hover. This is the code I'm trying to use: .form-wrapper input[type=submit]:hover { background:transparent!important; border:2px solid #F551CC!important; } I can't get the hover state to change from a white background with pink text. Can anyone help? Link to comment
tuanphan Posted August 20, 2020 Share Posted August 20, 2020 Add to Page SEttings > Advanced > Header <style> .primary-button-style-outline .dark .sqs-block-form .sqs-editable-button:hover { border: 2px solid pink !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.