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.
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!
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.