Hi, is there any reply regarding this?
Thanks
Below css code will be helpful.
.rm_form_container .rm_form_el_button input[type=submit]{
background: #0e33ce;
background-color: #0e33ce;
}
.rm_form_container .rm_form_el_button input[type=submit]:active,
.rm_form_container .rm_form_el_button input[type=submit]:focus,
.rm_form_container .rm_form_el_button input[type=submit]:hover{
background: #0000ff;
background-color: #0000ff;
}
Let us know, if you still have any queries.
Thanks