Home › Community Forums › Epik Theme Support › Epik Header Image – for a non coder › Reply To: Epik Header Image – for a non coder
February 21, 2014 at 9:00 am
#10849

Customer
Hi Wes, I’ve tried the above code:
//* Add support for custom header as instructed by Wes adds code for my header logo dimensions */
add_theme_support( ‘custom-header’, array(
‘width’ => 475,
‘height’ => 105,
‘header-selector’ => ‘.site-title a’,
‘header-text’ => false,
) );
but get blank screens when trying to select an image (before I get to the crop or not option). If I remove the code I get back to the usual size.
Is there something missing?
Thanks