Change color of Submit button on hover

Add the code below to the Custom CSS field on your Form widget’s Appearance tab:

[class*="ButtonBase__ButtonContainer-sc"]:hover {
background-color: black !important;
transition: all 0.5s ease-out;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: