Hello, How can I move the logo to the left and up a little bit to me aligned with the menu? Also, how can I change the font of the menu? Thank you
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .logo{ margin-left:5px; } .header { margin: 18px 0px 38px 0px; } #menu .ddsmoothmenu li a{ font-family:YOUR FONT TYPE; } Thanks & Regards Gourav Shrivastava