Info
- 2 posts
- 1 voice
- Started 2 years ago by brucini
- Latest reply from brucini
- This topic is resolved
custom header file locations
-
- Posted 2 years ago #
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 -
- Posted 2 years ago #
case closed
figured it out underthe theme's function.phpdefine('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 ); -
You must log in to post.