I want to remove last name tab, how to do that
-
MadeshGowdaAsked on November 02, 2018 at 08:24 PM
I want to remove last name tab, how to do that
This is a re-post of a comment on How to Inject Custom CSS Codes
-
gokalpfiratAnswered on November 03, 2018 at 03:21 AM
We can provide you a Custom CSS Code to remove last name tab. You can check the example code below:
input#last_41 {
display: none !important;
}
label#sublabel_last {
display: none !important;
}
If you need further help, please provide us the form link so we can test for you and give better help.
Best regards.
-
timehubzoneAnswered on November 03, 2018 at 04:50 AMcan change some parts but not all here is what I have working.
------
#coupon-button {
color: red;
}
#coupon-input {
color: blue;
}#coupon-input, #coupon-button{
font-family: Damion, cursive;
}above i want to " change " font color and font style
-
jherwinAnswered on November 03, 2018 at 11:17 AM
I have moved your new question to a new thread to better assist you.
Kindly follow this link to your thread https://www.jotform.com/answers/1631797.Thank you.