Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #789621

    Had a problem with the display of the quiz question “fill in the blanks” in the LMS LearnDash. The good people of kriesi provided the following fix.

    Add the following code to Quick CSS in the Enfold theme options under the General Styling tab:

    .wpProQuiz_content .wpProQuiz_cloze input[type=”text”] {
    background: transparent!important;
    border: none!important;
    border-bottom: 1px solid!important;
    height: 18px;
    margin: 0!important;
    padding: 0 4px 0 4px!important;
    color: black!important;
    border-radius: 0!important;
    box-shadow: 0 0;
    }
    .wpProQuiz_content .wpProQuiz_questionListItem input {
    display: inline!important;
    }

    #789630

    Hey!

    Thanks for sharing and glad you figured it out! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fix: LearnDash quiz display problem "fill in the blanks"’ is closed to new replies.