Hey, matlars! First, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu li a { text-transform: none; } Now, follow the screenshot given below. Thanks, Praveen
Hello matlars! It will work for mobile as well as desktop both. In case if it does not work, please modify the previously provided code with "text-transform: none !important;". Hope it will be helpful for you. Thanks, Praveen
Hello, matlars! I do apologize for the last reply. Please use the CSS code given below. Code: .it_mobile_menu li a { text-transform: none !important; } Hope it will resolve your issue. Thanks, Praveen