This topic has 2 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Rose Tyler
Hello, I would like to ask how to change the mouse cursor when I hover over the slider. Now I see a small hand with 2 arrows left and right. I would like to have the normal mouse cursor or a cursor of my own.
How can I do that?
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.slider-item {
cursor: auto;
}
https://www.w3schools.com/cssref/pr_class_cursor.asp
Regards
The issue related to '‘How to change mouse cursor when I hover over the slider at homepage’' has been successfully resolved, and the topic is now closed for further responses