Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @barb21148 You’ll need to add some CSS code to your theme’s style.css file to adjust the look of the various quiz elements.

    To adjust the color, say to blue, you’ll need to add some code similar to the following:

    `
    .slickQuizWrapper input + label { color: blue; }

    .slickQuizWrapper .quizDescription { color: blue; }
    `

    Adjustments may be needed depending on how your theme is setup.

    Thread Starter barb21148

    (@barb21148)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change colour and font of text for answers and main copy’ is closed to new replies.