I was wondering where in the editor (if possible) I could edit the height of the Header so I could have a larger background image.
Cheers
I was wondering where in the editor (if possible) I could edit the height of the Header so I could have a larger background image.
Cheers
Is it not possible?
There are literally thousands of WordPress themes - which means that many people won't be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.
Assuming that this is just a Twenty Ten clone, you would need to look in the theme's functions.php file and amend the following entries:
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) );
define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 198 ) );Hi there, sorry for the long wait as I have been away from work. this does work in changing the size in the header section of the admin part of the site however it does not seem to affect the website as you view it online. any ideas?
You must log in to post.