If you are using a Studeopress Genesis template want to replace the site title and description with a logo, it’s pretty easy…if you know the trick.
- From the WordPress Admin menu, click Genesis > Theme Settings.
- Scroll down to the Header section and from the Use for site title/logo list, select Image Logo and click Save.
- If you don’t see the Header section, open your theme’s functions.php file and comment out the following lines
/* add_theme_support( 'genesis-custom-header', array( 'width' => xxxx, 'height' => xxx ) ); */
After you comment out the lines, go back to the Genesis Theme Settings and from the Use for site title/logo list, select Image Logo and click Save.
- In some Genesis themes, a logo is already included in the theme’s images directory and there are css rules to display the logo image. If this is true for your template, you can overwrite the logo.png file with your own logo, but the logo file must be named logo.png and be in your theme’s images folder.Pages: Page 1 Page 2