Hi, sorry if this has been answered, but I am trying to get a custom cursor hover to work with photoset posts in your Stereo theme. Some of them work (I assume from pre-npf?), and some don't. I've tried using the inspect tool and it didn't work out for me, so I am hoping that you would know how to make them work! Thanks for making this great theme and for the help (in advance)!
Hi! It's hard to say what you're missing without seeing it. But legacy photosets and images in the new post type do have different classes / a different structure so you're likely missing an additional class / identifier (I forgot the term).
Just testing with two photosets I had on hand, one legacy and one NPF, this worked:
.post_media_photo.image:hover, .photoset img:hover { cursor: crosshair; }
For anything more, I'd need to have a link to your blog where it's not working.









