I have implemented this accordions script under What We Do
I need to add up and down arrows to each nav item as seen in this pic. Where and how do I code in the two states(inactive arrow & active arrow) into the jQuery. Im thinking I need to code this into the jQuery?
You can do this with some simple CSS classes, since the
a‘s have different classes when they are opened:toggler toggler-closedandtoggler toggler-opened