Capitalize

Is it possible to ‘capitalise’ menu items ?

I seem to remember I did this in Classic with a bit of CSS ?

Thank you

These are my notes but not ata computer to test, put in css classes in advanced. uppercase

1 text-transform: uppercase; ) transforms all text into upper case
2 lowercase ( text-transform: lowercase; ) transforms text to lower case.

3 capitalize ( text-transform: capitalize; ) capitalizes the first letter of each word

Thanks Doobox !!

Or just use capitals in the page names!