Forums

Join
bbPress Support ForumsTroubleshootingcustom header file locations

Info

custom header file locations

  1. hi

    i'm using mysty theme

    I need to change the upload dimensions for the new header image under the custom header function in Appearance
    presently images are cropped to 760 x 200 px when i upload the custom header
    i've recently widened the template to reflect 880 x 200 for the header image
    as you can see here http://theblackkeysfanlounge.com, i need to upload the header image as 880 x 200 px to fill the available space
    So, I can't find where in the files I can alter theme to change the upload dimensions. Does anyone know where and how to make this change?
    thanks in advance
    cheers

  2. case closed
    figured it out underthe theme's function.php

    define('HEADER_TEXTCOLOR', '');
    define('HEADER_IMAGE', '%s/img/misty.jpg'); // %s is theme dir uri
    define('HEADER_IMAGE_WIDTH', 880);
    define('HEADER_IMAGE_HEIGHT', 200);
    define( 'NO_HEADER_TEXT', true );

  3. You must log in to post.