Hi all,
I am using a visual search task and want participants to find a hidden target (similar to Where's Waldo). I would ideally use a hot spot question, but when the mouse hovers over the correct location, the region border is displayed, thus telling the subject where the target is located. Does anyone know how to make the border of the target region invisible even if the mouse hovers over it? I tried to make the border 0px using custom CCS but that didn't work.
I'd appreciate any suggestions!
Solved
Make target always invisible in hotspot question
Best answer by Tom_1842
Hi there, if you still need, I was able to put this in place using an Interaction Type of "On / Off" and adding the below CSS to the Style section of the survey's Look & Feel:
div.Inner.BorderColor.OnOff > div > fieldset > div > div > div > svg > path {
stroke-opacity: 0 !important;
cursor: default !important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
