Single Choice Element: Change font size and color

  • Perlman
    Asked on October 16, 2017 at 10:24 AM

    Hello, is there css code available to change the font size and color of a single choice element?

    I want to change 4 questions (279, 280, 281 and 282).

    1508163820Screen Shot 2017 10 16 at 7 Screenshot 10

  • John_Benson
    Replied on October 16, 2017 at 12:07 PM

    Yes, that is possible. Could you please provide the font size and color you prefer?

    We'll wait for your response. Thank you.

  • Perlman
    Replied on October 16, 2017 at 12:43 PM
    20
    Dark Blue
    Thank you.
    ________________________________
    ...
  • John_Benson
    Replied on October 16, 2017 at 1:13 PM

    To change the font size and color of the questions you provided, please add this custom CSS code to your form:

    #label_279, #label_280, #label_281, #label_282 {

        color : #002EB4 !important;

        font-size: 20px !important;

    }

    Here's a guide on: How-to-Inject-Custom-CSS-Codes

    I hope this helps. If you have any questions or need further assistance, please contact us again.

  • Perlman
    Replied on October 16, 2017 at 1:36 PM

    That is perfect.

    Thanks again John.