-
kaminiAsked on January 15, 2018 at 5:41 AM
i have written this code in form
and in head i have written
.form-submit-button {
background: #0066A2;
color: white;
border-style: outset;
border-color: #0066A2;
height: 50px;
width: 100px;
font: bold 15px arial, sans-serif;
text-shadow:none;
}
its not working now wht should i do???
-
Richie JotForm SupportReplied on January 15, 2018 at 9:45 AM
Change the form-submit-button into #input_2.
#input_2 {
background: #0066A2;
color: white;
border-style: outset;
border-color: #0066A2;
height: 50px;
width: 100px;
font: bold 15px arial, sans-serif;
text-shadow:none;
}You can check this related articles.How-to-Inject-Custom-CSS-Codes
Hope you find this information useful.
Please let us know if you have further questions.