CSS for globally removing course category from all quizzes

Hello,

I am checking in to see if anyone knows if there is CSS code that would hide all of the Question Categories globally? I have exhausted all my current attempts so reaching out to the community.

Hi John, you can use the following CSS to hide the question categories:

.field-name-field-question-category {display: none;}

Thank you for the follow-up. Unfortunately this does not work on our site. When accessing the quiz the question category is still visible.