Hello,
It is possible to change the way the S5 Accordion Menu works, at this time only the text contains a clickable hyperlink, if you click outside the text area there is no hyperlink, only open or collapse the menu item if applicable. It is possible to wrap the h3 tag inside the the hyperlink tag (a), something like this:
<a><h3><span>text</span></h3></a>
Right now we have something like this:
<h3><a><span>text</span></a></h3>
.
I know that this menu is generated dynamically, can you tell me the file with the code that does this processe so I can try to find a solution?
Am I clear? See attached image please.
Thank you!