This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
how can i change the color of this button, i tried changing it but could not do it.
https://www.dropbox.com/s/63e9c1dl2g9obe5/Screenshot%202019-02-04%2017.30.41.png?dl=0
Hello,
Please find this code in Theme Options > Custom css > Global custom css and change the color:
form .hosting-contact-form [type="submit"] {
background-color: #349fe2;
color: #fff;
border-color: #349fe2;
border-radius: 15px !important;
margin-top: 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up