Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author room34

    (@room34)

    This is an intentional choice —?although technically not “correct” given the CSS name for the cursor type. The hand icon is supposed to represent links to new pages, which is not what’s happening here.

    If you prefer to have a different cursor icon, you can modify it with some CSS in your theme or under Appearance > Customize > Additional CSS:

    .ics-calendar-arrow-nav a { cursor: pointer; }

    You can see the full list of cursor options here: https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

    Thread Starter vowtek

    (@vowtek)

    Very helpful, thank you! I guess I am too used to google calendar using the hand icon for its week change. But it does bring us to a new page when we click, so your point still stands, haha!

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pointer symbol is wrong’ is closed to new replies.