Viewing 1 replies (of 1 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    You can add some CSS to you themes stylesheet to handle the hover effects. Something like this will work:

    .accordion-title:hover {
        cursor: pointer;
        /* any other hover styles you want to add */
    }

    This post might have some ideas for adding + and – icons when open and closed.

Viewing 1 replies (of 1 total)
  • The topic ‘No link visible on mouseover’ is closed to new replies.