Header Text Over Header Image
-
Hello ,
I want to make a header image with text on it , i found this function and it works fine with the image header , but the header-text doesn’t work :
function themename_custom_header_setup() { add_theme_support( 'custom-header', array( 'width' => 1400, 'header-text' => true, 'height' => 815, 'flex-width' => true, 'flex-height' => true, ) ); } add_action( 'after_setup_theme', 'themename_custom_header_setup' );
is this the perfect way to get wat i want ?
- The topic ‘Header Text Over Header Image’ is closed to new replies.