Cursor for pause-on-hover
-
Here’s a rule you can put in your theme’s
style.css
to change the cursor when the rotator is paused by hover:div.testimonial_rotator_widget_wrap div.cycletwo-paused { cursor: crosshair; }
Note sure that’s the best cursor to use. Some others, with cross-browser notes, are here: https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
- The topic ‘Cursor for pause-on-hover’ is closed to new replies.