Cursor turn into “pointer”
-
Hi. I used to add the below code to make my cursor turn into “pointer” (the hand) when I hover over the image that will pop up
.sg-popup-id-512:hover {
cursor: pointer;
text-decoration: underline;
}
.sg-popup-id-512 {
color: blue;
}After the plugin update, this code is no longer working for new pop-up images.
Could you please advise?
Thanks.The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Cursor turn into “pointer”’ is closed to new replies.