I am currently working with kendoUI and unfortunately, I am unable to modify the generated HTML as it is controlled by the framework.
My objective is to hide or remove the text inside a span while preserving the image when clicking a button. Simply hiding the text alone is not an option for me.
<span class="k-link">
<img></img>
menu text
</span>
Any suggestions would be greatly appreciated. Thank you!