Created
June 16, 2018 17:11
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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