In a survey, I need the font of all questions to be Bold and the answer text normal. Except for the first question, which is a Text/Graphic with an introduction text. Right now, this text is bold as well, because Qualtrics recognizes it as a question (I guess). I tried to override it in the Custom CSS like this without success. Ideas?
/* QID1 question normal font */
#welkom .QuestionText {
font-weight: normal !important;
}