Hey
I have a question about custom cursors on mouseover.
I used the code below to get a custom cursor on mouseover. Now i want to achieve that this mouseover cursor only appears on thumbnail mouseovers. And not everwhere else like links in text etc.
Is this possible?
—
a {
cursor: url(http://leandrodisler.com/wp-content/uploads/2018/11/plus.png) 15 15, auto !important;
}