Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, is there any reply regarding this?

    Thanks

    Plugin Author Icegram

    (@icegram)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Color’ is closed to new replies.