Hi, I would like to center the navigation here if possible. http://www.newbillsautobody.dreamhosters.com/ I would also like to make the navigation text bigger and bolder if possible. Thank you in advance for your help. Best regards.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu li a { font-size: 18px; font-weight: bolder; } #menu .ddsmoothmenu { text-align: center; } You can change the value of "font-size" as per your requirment. This will solve your issue.