I'd like to change the font and positioning of my navigation menu -- I'd like a heavier, bolder font, and I want to move my menu down about a quarter of an inch. Please advise. Thanks!
Put the following code in your custom css Appearance -> theme options -> styling options -> custom css #menu li { font-family:Your font; } #menu li li a { font-family:Your font; } #menu .ddsmoothmenu { margin-top:30px; } This will solve your problem.