Change menu to lowercase on desktop - Editions theme

My client wishes for their whole site to be lowercase, however the menu on desktop is uppercase and I cannot get it to change to lowercase. Using editins theme.

Website not live yet.

Help please :slightly_smiling_face:

@LouiseSmillie
Hello,
Can You Please Share the Site Preview URL…

https://www.mooshworld.co.uk/?_ab=0&_fd=0&_sc=1

Thank you :slightly_smiling_face:

@LouiseSmillie
Hello,

.navigation-desktop .navigation-desktop__tier-1-link {
	text-transform: lowercase;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This