• Resolved ali0045

    (@ali0045)


    1.In the result page I want to add a divider or a line between questions so the explanation and questions don’t get mixed up. Please check the ss i provided. (i want a line i marked it with blue line)

    2. Is there any css code that makes all question go bold without manually doing them one by one

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @ali0045,

    Thank you for the topic.

    At the moment, unfortunately, the plugin doesn’t have such a feature.
    Please take this Custom CSS code and insert it into the?Quizzes > particular?quiz?> Styles tab > Custom CSS option.

    Then, replace?YOUR_QUIZ_ID?with the corresponding?Quiz?ID (e.g.?3, like this ays-quiz-container-3 #ays_finish_quiz_3).?
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    #ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID div.ays_quiz_results div.step:not(:last-child)
    { border-bottom: 1px solid blue;
    border-radius: 0px !important; }

    2. You can insert the following CSS code into the Custom CSS option as in the first case.

    ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .ays_quiz_question * {
    font-weight: bold !important;

    }

    Please check these cases and get back to us with an outcome.

    Thank you.

      Thread Starter ali0045

      (@ali0045)

      Thanks

      Plugin Support Jasmine

      (@hyenokian)

      Dear @ali0045,

      Thank you for your reply.

      If your query is resolved, please take a moment to rate and review the plugin or support.

      Many thanks in advance!

      Thread Starter ali0045

      (@ali0045)

      can you tell me where css of quiz maker plugin is available so i can edit it on my own. I mean the sample set of css classes

      Plugin Support Jasmine

      (@hyenokian)

      Dear @ali0045,

      Thank you for your response.

      Regarding your request, you can find the public CSS files in this folder \plugins\quiz-maker\public\css\

      Please, note that the file names may be different, depending on what exactly you are looking for.
      Here is the main file: \plugins\quiz-maker\public\css\quiz-maker-public.css

      For a new query, feel free to open a new topic. Our Customer Care Specialists will be happy to help you.

      Thank you.

    Viewing 5 replies - 1 through 5 (of 5 total)
    • The topic ‘Question Divider’ is closed to new replies.