I have an issue with the mobile menu. Currently, all the menu items are displayed in uppercase letters, but I want them to appear in Capitalized Case (only the first letter of each word should be capitalized, and the rest should be lowercase).
I have tried using the following CSS, but it did not work:
.et_mobile_menu li a {
text-transform: capitalize !important;
}
Could you please guide me on how to modify the menu text style correctly? If this requires any changes in the theme settings or additional customization, I’d appreciate your help.