re-style button in form builder
In the form editor, where you can drop in custom code - not sure why I do not see the result in the preview. Does page need to be published?
I have read other threads about building such styles into the base template; but for now I'd like to test this method:
.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton {
background-color: #16149a !important;
color: #ffffff !important;
font-size: 18px !important;
font-weight: bold !important;
padding: 0 10px !important;
transition: 0.3s !important;
}
.mktoButton:hover {
background-color: #6754b8 !important;
}
Thanks.