JA NEX v2.5 ships without a “POINTER” for the Accordion module – the small hand we’re used to seeing when hovering over an item we can press or select. Hovering over it currently gives you a Text Crosshair…which feels kind of odd.
To add a POINTER to your NEX instance:
Goto: /templates/ja_nex/css/template.css – line 449
[FONT=arial]Add the following line in RED
[/FONT]
.ja-accordion .ja-accordion-containner li {
background: none; line-height: normal;
margin-bottom: 0;
padding-left: 0;
position: relative;
width: 100%;
cursor: pointer;
}
Have fun!