Hello! Is there a way to Change the Font/size/alinement of the text in the Menu? My website is damageawayusa.com/wordpress Thanks! Tim
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { font-family: symbol; font-size: 14px; } #menu .ddsmoothmenu { float: none; text-align: center; } In place of "symbol" you can put your font. You can adjust the value of "font-size" as per your requirment. This will solve your issue.