How can I just show the icon and hide the wording of "capture screen" in screen capture question? | XM Community
Skip to main content

For the screen capture question, I just want to show the icon itself but no other wordings, including the text above and the text “capture screen” beside the icon. May I know how to do so?

 

Try the below code:

jQuery("#"+this.questionId+" .QuestionText, .ScreenCaptureWarning").hide();
jQuery("#"+this.questionId+"-ScreenCaptureMessage").hide();

 


Leave a Reply