Skip to content

Commit

Permalink
custom header crop
Browse files Browse the repository at this point in the history
  • Loading branch information
hasinhayder committed May 30, 2018
1 parent e0bb1dd commit 9f02005
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
@@ -15,6 +15,10 @@ function alpha_bootstrapping() {
$alpha_custom_header_details = array(
'header-text' => true,
'default-text-color' => '#222',
'width' => 1200,
'height' => 600,
'flex-height' => true,
'flex-width' => true
);
add_theme_support( "custom-header", $alpha_custom_header_details );

0 comments on commit 9f02005

Please sign in to comment.