Skip to content

Instantly share code, notes, and snippets.

@feastdesignco
Created June 16, 2018 17:11
Show Gist options
  • Save feastdesignco/d42906aee117a87b0580a77aa0ecfa19 to your computer and use it in GitHub Desktop.
Save feastdesignco/d42906aee117a87b0580a77aa0ecfa19 to your computer and use it in GitHub Desktop.
Edit header size by changing the width/height dimensions - FoodPro 3.1.4 and lower.
add_theme_support( 'custom-header', array(
'width' => 640,
'height' => 340,
'header-selector' => '.site-title a',
'header-text' => false,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment