• Where in the style sheet can I change the default header image size?
    I want the same width, but twice taller 984×484
    Help!

Viewing 1 replies (of 1 total)
  • Hi there,
    This isn’t controlled with CSS, but in PHP in the theme’s custom header file.

    Look for inc/custom-header.php and you can change the height in define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'sundance_header_image_height', 242 ) );

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the default header image size’ is closed to new replies.