I am trying to create an accordion link (that expands the accordion)
I would like the text change depending on whether the link is active or not.. for example:
DEFAULT : "View all Comments"
ACTIVE : "Hide Comments"
I know I can use CSS to style the content colours, style, etc., but wondering if there is a way I can change the actual text in the link that is dependent on the link being active or not.