No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
/* Change the color of the submit button Doc link: https://wpforms.com/developers/how-to-change-the-submit-button-color/ */.wpforms-form button[type=submit] { background-color: #73806E !important; border-color: #73806E !important; color: #fff !important; transition: background 0.3s ease-in-out; } .wpforms-form button[type=submit]:hover { background-color: #73806E !important; }
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.