• Resolved goodaa

    (@goodaa)


    Is it possible to have the cursor show as a pointer when hovering the Title, thumbnail and date. Currently just showing as an arrow rather than a hand-finger?

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

    (@kybernetikservices)

    Yes, you can do it with custom CSS.

    Unfortunately, I don’t have time to create the code for you at the moment.

    Thread Starter goodaa

    (@goodaa)

    That’s ok and thanks for getting back. I have worked it out myself and have added the relevant CSS below.

    Others may wish to comment and suggest a better route but sharing below for all if anyone else needs it:

    ul li .rpwwt-post-title { font-size: 14px; cursor: pointer!important; }
    ul li .rpwwt-post-date { font-size: 12px; cursor: pointer!important; }

    .widget-container ul li.no-evts > label, .widget-container ul li.no-evts > a {
    pointer-events: auto;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.