Lowercase menu

Does Wix just not allow an all-lowercase menu bar?
Getting a little frustrated as everything looks as I want it to on ‘preview’ and then changes when ‘published’.
Is there a way I can fix this?
Have also had a lot of problems getting the menu bar to not show on the home page but have it still showing and pinned on all other pages. I have read and actioned the ‘Corvid Tutorial: Hiding an Element on Certain Pages’ but it doesn’t seem to be working!
Someone please help!

Hello,

The menu bar will display your pages exactly as you named them, including letter cases (you can change it in the Menus&Pages):

If you can’t make it work, try contacting Wix Support about this issue as it is not a code issue.
https://support.wix.com/en/article/contacting-wix-support

Regarding your second question, what exactly is not working? You need to set menu bar to be shown on all pages and write the following code inside the onReady() on certain pages (where you want it to be hidden). Don’t forget to change the id to the relevant one.

$w("#horizontalMenu1").hide();