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

How to create a border around highlighter text question

  • November 25, 2020
  • 1 reply
  • 22 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

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • November 11, 2022

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