1. can i change the font type of the menu? 2. How do i put logo or picture into footer areas? 3. how to make paragraph at Bottom Left Text?
1) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li { font-family: your font type; } 2) Go to Appearance > widgets Drag and drop text widget in the footer widget area and add code given below Code: <a href="your link address"><img src="your image address"/></a> 3) Go to Appearance > Theme options > Home page bottom settings > Bottom left text and add your text in <p> tag Code: <p>your text</p>