Hello. In your sub menu each word begin from capital letter. I want to write only first word with capital letter. How can I do that? http://kalugaspectehnika.ru
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li li a { text-transform: none; } This will solve your issue.