Hi! Every word in submenus Is Starting With Capital Letters, even though the title of the page that the menu item references is not. This is not correct writing in my native language. Is there any way to disable this? Kind Regards Allan Holdt
Hello Allan, Yes, it is possible to make the changes there using below custom CSS code. All you need to do is just paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field. Code: #menu .ddsmoothmenu li ul li { text-transform: lowercase; } This will help you to figure it out and resolve the issue(s). Warm Regards! Naveen Kolhe InkThemes.com