Is this code all on one line or is it on 3 lines?
-
jrogers142Asked on February 21, 2018 at 03:05 PM
Is this code all on one line or is it on 3 lines? I've pasted it in on one line and 3 lines with spaces and 3 lines without spaces but it did not move the questions to the right.
This is a re-post of a comment on How to Inject Custom CSS Codes
-
SabbirAnswered on February 21, 2018 at 04:00 PM
I have checked your form and it is showing the form is unavailable.
Are you referring to this CSS code?
.supernova .form-all, .form-all {
margin-right: 10%!important;
}Can you please tell us which questions you are trying to move right?
-
jrogers142Answered on February 22, 2018 at 02:43 AMThe code worked for moving it to the right, though I can only see that on preview and not on Build mode. I didn't really get how to change the color of the font in multiple choice sections but I'm not going to care about that anymore. Thanks for you help.
______________________________
Richard Hinojosa
Education Director
T 718.971.5839
F 718.760.1972
Queens Theatre
14 United Nations Avenue South
Flushing Meadows Corona Park
Queens, NY 11368
www.queenstheatre.org
________________________________
... -
AshwinAnswered on February 22, 2018 at 06:54 AMJotform Support
Please inject the following custom css code in your form to change the font of multiple choice options:
.form-radio-item label, .form-checkbox-item label {
color: rgb(255, 255, 255) !important;
}
Hope this helps.
Do try it out and get back to us if you have any questions.