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

    (@philbuchanan)

    You will have to add some CSS to your themes CSS stylesheet in order to have the mouse cursor change. This should do the trick:

    .accordion-title {
        cursor: pointer;
    }
    Thread Starter rolfmaeder

    (@rolfmaeder)

    Thanks for your fast reply, Phil! Works grest!

    Rolf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mouse doesn't change to pointer’ is closed to new replies.