I’d like to know the answer to this as well…
I’ve tried some CSS code I found on another support thread, but that didn’t work!
Could it be a simple “turn on” option in the settings?
This is one of the pieces of feedback our site is receiving the most (it’s not obvious there is more than one image in a gallery).
Thanks,
Michael
Hi,
Have you tried this Custom CSS? It should make the arrows appear permanently over the borders of the light box so they do not cover the images…
#fancybox-left:hover span,
#fancybox-left-ico {
left: -15px;
}
#fancybox-right:hover span,
#fancybox-right-ico {
right: -15px;
left: auto;
}
Hi,
I tried it the other day… it didn’t work – tried today and it did 🙂
It would be cool if this could be enabled in the back end without the use of additional CSS 🙂
Thanks,
Michael