Hello, The code given below is responsible to change the first alphabet of each words of menu in capital letter. Code: #menu .ddsmoothmenu { text-transform: capitalize; } If you want to remove the text transformation of menu then paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu { text-transform: none; }