• Resolved mystweb

    (@mystweb)


    Hi,

    I want to add additionnal CSS for specific quiz block to disable .sensei-lms-question__answer-feedback.

    In lesson page, I click on quiz block -> Advanced -> Additionnal CSS and I add class ‘questionnaire-perso’.

    But, when I reload my page with my quiz and i Inspect HTML and CSS, my new class doesn’t exists.

    Could you help me please ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Deric (a11n)

    (@dericleeyy)

    Hi @mystweb ,

    Thanks for reporting this. I have tested this and this does seems to be bug with Sensei LMS. I have filed a bug report here:
    https://github.com/Automattic/sensei/issues/5224

    Thread Starter mystweb

    (@mystweb)

    Hi @dericleeyy

    it doesn’t works on my site. Learning mode is activated on my course. I just want to add additionnal class on #sensei-quiz-list (.answers-not-to-show) and add CSS

    .answers-not-to-show .sensei-lms-question__answer-feedback {
    display: none !important;
    }

    When i Add additionnal CSS on my quizz block in back office, it’s doesn’t appear in my code (when I inspect page’s code with Firefox)

    Hi again,

    Thanks for sharing additional details about the issue. As Deric mentioned in the last reply we have identified this as a BUG in the code of the plugin.

    The issue has been reported to our developers, you can check and follow along with the fix here https://github.com/Automattic/sensei/issues/5224.

    Best,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Additionnal CSS on block doesn’t work’ is closed to new replies.