Reply To: Logo image in header

Homepage Community Forums Epik Theme Support Logo image in header Reply To: Logo image in header

#5549
Eric
Customer

    You just need to change the header image size in your functions.php file and then it will allow you to upload without having to scale –

    // Add support for custom header
    add_theme_support( 'genesis-custom-header', array(
    	'width' => 360,
    	'height' => 120
    ) );

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com