• Resolved claudiawst

    (@claudiawst)


    what can I do to make my cursor turn into “pointer” (the hand) when I hover over the image that will pop up?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dear @claudiawst ,

    Thanks for getting in touch.
    To achieve the desired result, please, insert the following code into the Custom JS and CSS section switching into the CSS tab like this:
    https://prnt.sc/vogeqz

    Here is the code:

    .sg-popup-id-512:hover {
      cursor: pointer;
      text-decoration: underline;
    }
    .sg-popup-id-512 {
        color: blue;
    }

    Please, let us know if that helped.

    Thread Starter claudiawst

    (@claudiawst)

    Hi. the code worked perfectly! Thanks!
    Claudia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make my cursor turn into a pointer’ is closed to new replies.