Dear JoomShaper Support Team,
I'm using the shaper_stellar template, and I've encountered an accessibility issue related to the offcanvas menu. Specifically, the close button uses the following markup:
html
<a href="#" class="close-offcanvas"><span class="fa fa-remove"></span></a>
This empty anchor tag (href="#") causes accessibility warnings and fails automated accessibility tests (e.g., WAVE, Axe) due to being a non-functional link.
I would like to know where exactly in the Helix Framework or template files I can find this element so I can modify or remove the empty link and replace it with a <button> element or another accessible structure.
I’ve already searched the template folders but couldn't locate the specific file responsible for rendering this element.
Could you please point me to the file or override where this element is generated?
Thank you in advance for your help!