CSS for Submit button
-
Hello,
I’m trying to customize the Submit button using this CSS :
/* Change background and text color */
.caldera-grid .btn {
background-color:#B0C4DE !important;
color:white !important;
font-weight: 900;
}/** Change Background color and text color on hover **/
.caldera-grid .btn:hover {
background-color:#87CEEB !important;
color:lightgrey !important;
}It works fine for the Initialize button but it does not work for the Submit button..
Where is my mistake ?
Thanks for help.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS for Submit button’ is closed to new replies.