IMPORTANT DETAIL: the code snippet is located in a file called “header-dropdown-menu.liquid” right to this date.
replace this code:
<span {%- if link.child_active %} class=“header__active-menu-item”{% endif %}>{{ link.title | escape }}
implement this code instead:
{{- link.title | escape -}}didnt find solution for mobile though.