Horizontal Menu Uppercase

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!

I want to know this, too! This is basic CSS and an accessibility concern, and there should be a simpler way to target elements with a text transform without resorting to scripting. But if not, there should at least be a way to target all the items in the menu element. :tired_face: