Forums › Forums › Web Design › WordPress › how to change size of header image?
-
For reference, I’m using the master blog theme. I went to theme editor > theme functions and changed the height to what I wanted. Here’s the code below. $custom_header_defaults = array( ‘width’ => 2000, ‘height’ => 450, ‘flex-width’ => true, ‘flex-height’ => true, ‘default-image’ => esc_url( get_template_directory_uri() ) .’/img/bg.jpg’, ‘wp-head-callback’ => ‘master_blog_header_style’, ); I can now upload bigger pictures but the problem is that the header is still the same size. Thanks. – by hq overview sgth1 – –
Viewing 1 of 1 replies