I am using Lightbox on my site and it is great. However, when I hover over a thumbnail the cursor changes to a little hand, which is what I want. But when I click on an image and it goes big, the cursor is then a pointer. Can I change it so it stays as a hand when I hover over the big image?
I cannot find anything in the lightbox.css
Add following in
lightbox.cssOR create new css file and include it afterlightbox.cssOR add it to your custom css file which you are including afterlightbox.css.lb-nav { cursor: pointer; }