Is there any way to convert text to be uppercase in a horizontal menu element? Bellow is the code I have been using for text elements, but it dosen’t work on a menu.
$w.onReady(function () {
$w('#textElement').text = $w('#textElement').text.toUpperCase();
});
Anyone have any suggestions?
Thanks in advance!