How to create a border around highlighter text question | XM Community
Question

How to create a border around highlighter text question

  • 25 November 2020
  • 1 reply
  • 9 views

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


1 reply

Userlevel 7
Badge +27

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