Reply To: How do I put a custom graphic .jpg logo image in the Legacy header

Homepage Community Forums Legacy Theme Support How do I put a custom graphic .jpg logo image in the Legacy header Reply To: How do I put a custom graphic .jpg logo image in the Legacy header

#3524
Wes
Moderator

    @dev77 All Genesis themes function in the same way, including Legacy. This theme isn’t any different than the others. You use the WordPress Uploader to upload an image just like a regular WP theme.

    The standard size is 960 x 100, you can easily change this. Simply find out the exact size of your image, then go into your functions file and change the header size to the size of your image. Then upload your image and no cropping will be needed.

    This is the code you will be looking for in your functions file –

    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 100 ) );

    Thats it! It definitely won’t take 10 minutes….

    As @selfpowerment mentioned, I add tutorials that are specific to my themes. All of the main documentation can be found on the StudioPress site. Everything is already covered, and yes we do assume that you are aware of this since you have to purchase Genesis before using our themes.

    Resources – http://www.studiopress.com/resources

    Tutorials – http://my.studiopress.com/tutorials/

    Code Snippets – http://my.studiopress.com/snippets/

    FAQ – http://www.studiopress.com/faqs

    Community Forum – http://www.studiopress.com/tutorials/community

    Video Tutorials – http://www.studiopress.tv/

    Old SP Forum (very valuable) – http://www.studiopress.com/support

    That should cover way more than the basics! Let me know if you have any other questions or if you still need assistance with your logo.