!
How do I remove the line below the question?
Page 1 / 1
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.
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>`
` <style>
.QuestionText{
border: none;
}
</style>`
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.