Hi Dear @knowledgegallery ,
Thank you for the topic.
The questions which you have created are placed in the div element. They inherit a white text color, and that is the reason why they are not displaying properly.
Please change them with p tag via Question WP editor or use the custom CSS below.
Please copy the following CSS and paste it into the Custom CSS field of the given quiz. ( Quiz Maker -> Quizzes -> the given quiz -> Styles tab -> Custom CSS) Please note to change the “YOUR_QUIZ_ID” to the given quiz ID of yours. (do not delete the space after it)
#ays-quiz-container-YOUR_QUIZ_ID .ays_quiz_question,
#ays-quiz-container-YOUR_QUIZ_ID .ays_quiz_question * {
color: red;
}
Thank you.
Thanks
But there are some issues like some questions are in ‘div’ and some are in ‘p’ tag. So please check this. Now I have done this with css but please resolve this issue because all questions should be in ‘p’ tag only.
Thank you for your reply, Dear @knowledgegallery.
While creating a question and typing inside the question editor, the text is being placed in the <p> tag automatically.
The <div> tag is being formed while formatting the question via the WP editor; it does not have any connection with us.
Anyway, you can change the tags manually.
Thank you
Thank you for your patience, Dear @knowledgegallery .
We have made some changes that will serve the best interest of your case and updated the plugin.
Please update it.
Thank you.