Thanks for sharing the screenshot, To change the color of that button, you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options Code: .contact_page .contactform input[type="submit"]{ background:maroon; } .contact_page .contactform input[type="submit"]:hover{ background: #a6306b; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com