• Resolved dojaro

    (@dojaro)


    Hey there,

    Is it possible to style each label separately? I want to give each question a different color etc.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Bob

    (@prasunsen)

    I have just added individual IDs so you can reference them:

    <div class="chained-quiz-question" id="chained-quiz-question-X">
    			<p>Question content here</p>
    </div>
    		
    <div class="chained-quiz-choices" id="chained-quiz-choices-X">
    Question choices go here in divs

    X is the question ID

Viewing 1 replies (of 1 total)

The topic ‘Label custom css’ is closed to new replies.