Yep! Just drop this code into the addOnReady portion of the JavaScript Editor for the question you need it for and it should handle the rest!
`jQuery(this.questionContainer).find('.LabelWrapper').parent().hide();`
Hi Gabriel, There is another solution, if you are not familiar with Javascript. With the help of CSS. You just need to follow below steps:
Step 1: Click on the left before textbox. There is little dropdown and select Rich Content Editor. As shown below.
!
Step 2: Click on Source Tab at the extreme right with icon <> and add below code:
!