Reply To: Logo image in the nav-bar?

Homepage Community Forums Epik Theme Support Logo image in the nav-bar? Reply To: Logo image in the nav-bar?

#3613
Eric
Customer

    All you have to do is add a logo using the WordPress Header uploader feature. Just look under “Appearance” then click “Header”. Then follow the steps to upload your logo. Keep in mind, the default logo size for epik is 1152 x 120…..so if your image is a different size, you’ll need to go into your functions.php file and change the following code to match the size of your image –

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

    Then once you change this and add your image to the WordPress Header uploader, it should upload just fine (without the need to crop)


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