Hello,
Can anyone help with custom css/js on how to create a border around Highlighter text questions only. Currently, the highlighter text area blends in with the question header. I'd like to be able to create a solid border as seen below. Any suggestions?
Page 1 / 1
Hi there, if you still need, this can be put in place by adding the below to the Style section of the survey's Look & Feel in the Custom CSS space:
#SurveyEngineBody .HL .Text .QuestionBody {
border-style: solid;
border-width: 5px;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.