Yes, this is entirely possible.
can you let me know how exactly to do it?
Thanks!
I would need some information, in order to assist you. For one, I have no clue what theme you are using, or if you are working with a custom theme. Each theme is different. Your original question was very vague, hence the vague response.
oh man, I’m sorry, I thought I was posting to a p2 theme board but see it’s a general board only with a p2 tag.
Anyway, yes, it’s the p2 them and it’s limiting me to 928 x 120. My header graphic is 168 px tall and I can’t seem to fix that in the CSS.
cheers and thanks!
one setting is in functions.php of p2 (just after line 500)
/* Custom Header Code */
define('HEADER_TEXTCOLOR', '3478E3');
define('HEADER_IMAGE', ''); // %s is theme dir uri
define('HEADER_IMAGE_WIDTH', 980);
define('HEADER_IMAGE_HEIGHT', 120);
booyah! That did it, fantastic. Can’t thank you enough.
cheers,
Doug