• Resolved jjcstudios

    (@jjcstudios)


    I am trying to customize the color the Next Question button in the Quiz section. If anyone can provide me any guidance on the naming structure to target this button that would be great.

    <button class=”button large llms-button-action” id=”llms-next-question” name=”llms_next_question” type=”submit”>Next Question</button>

Viewing 1 replies (of 1 total)
  • Thread Starter jjcstudios

    (@jjcstudios)

    Figured it out

    .llms-button-action:hover {
    background-color:#f1f1f1 !important;
    color:#666666 !important;
    }

    .llms-button-action {
    background-color:#ffffff !important;
    color:#000 !important;
    }

Viewing 1 replies (of 1 total)

The topic ‘Quiz Next Question Button’ is closed to new replies.