How to make main navigation menu titlecase

https://deevabytanvi.org - This is my site and main menu appears as all uppercase. Is there way to force title case

Hey there,

Please add this CSS code in the Appearance > Customize > Additional CSS:

.main-navigation .menu li a {
    text-transform: initial;
}

Regards,

1 Like