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

How can I just show the icon and hide the wording of "capture screen" in screen capture question?

  • July 27, 2023
  • 1 reply
  • 22 views

Forum|alt.badge.img+2
  • Level 2 ●●
  • 8 replies

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?

 

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1450 replies
  • July 27, 2023

Try the below code:

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