Hello. I would like to use images I have previously uploaded for the featured items on my home page. Right now I can can only upload from my computer. Is that possible? Also, is there an easy way to use Google fonts for my navigation and headings? Thanks, Kelli
Hello Kelli, For image upload: Such issue is not in the theme. Please share screenshot of your media uploader. So that i can check it. For Google font: To change font go to the Theme directory > js > custom.js and remove cufon code from there. as shown in the image. After that open "style.css" and import font there as shown in the image given below. Then Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li a { font-family: YOUR FONT FAMILY; } h1, h2, h3, h4, h5, h6{ font-family:YOUR FONT FAMILY; } Thanks & Regards Nitesh Raghuwanshi