Hello i have made a popup with convet plus and when i mouse over with the mouse on the link i dont see a mouse hand point cursor? how to set a hand point cursor on mouseover? are there any class or id for it?
Hi There,
Thanks for writing in!
There is no such class or ID for the hand pointer. If there is a Link the Hand pointer should come when the cursor hover on it. Which is a normal behaviour of a link. Not sure why this happening to you.
Please check if the link having any css class or ID and use this css in your global css to make the pointer hand point.
.example-class {
cursor: pointer;
}
Replace the example-class with your ID or Class. If that doesn’t help please send us your website URL and login details in a secure note so that we can have a look. Don’t forget to mention the page and section name where the issue is exist.
Thanks
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.