Hi,
Your latest request would mean to add this to the before mentioned css-file:
Code:
.em_default.emtip.good
{
display:none;
}
But beware: This is a more general class and will remove many more
than just the multiple-choice tip, probably all default-tips...
How do you find out which one to edit? Have a look at the HTML
source code of your survey page and see, which classes are being
used in that area, or use the developer tools of Firefox (ctrl-shift-c)
when you have navigated to/marked an element you want to inspect.
HTH,
Stefan