How to create a border around highlighter text question | XM Community
Skip to main content

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?
image.png

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;
}
HighlightBorder.png


Leave a Reply