Look and feel | XM Community
Skip to main content
!



How do I remove the line below the question?
This looks specific to your theme. If you can change themes (Look and Feel, top left) then that will likely handle it.



Otherwise, you'll need to post a link to the survey in order for us to help.
Chances are that adding something similar to this to your question HTML view would help:

` <style>

.QuestionText{

border: none;

}

</style>`

Leave a Reply