I am trying to get rid of the question mark in the help.
Here is what I did :
1. I am using the "Default template". So Icopied it to "Copy_of Default".
2. In the template.css of Copy_of Default, I added the following lines at the end of the file :
div.questionhelp img {
margin:5px;
visibility:hidden;
}
3. Click on Save changes.
4. In the survey which I am willing to see the changes, I changed the template from default to "Copy_of_default" and saved it.
I should see the changes right? But I am not seing any changes. Where did I go wrong?