Custom Header

Preview: (might not accurate)

The dotted line indicates the scope. (defined in: header options item number 6).

1. Header Background:

You can set the header background using WordPress Custom Header '; $headbg=array(); foreach (itx_setting('head_bg') as $k=>$v){ $headbg[$k]=$v['description']; } if (is_array($headbg)) itx_form_radios($headbg+array(''=>'or Custom Image specified below:'), 'header[head_bg]', $head_bg); } ?>


Enter the image's url of the header background (Don't forget the http://). Use it if only you have been uploaded the image somewhere, otherwise use WordPress Custom Header.

FYI: If you're using WordPress Custom Header you have to crop the header image in certain dimension. The x value is the same as wrapper width that have been set in Layout Options (equals to max width in fluid layout or equals to wrapper width in fixed layout). The y value is default to 200 px. You can change the y value here: px

2. Show in header:


Enter the logo url. Don't forget the http://

3. Repeat The Background Image

'none','repeat-x'=>'Repeat Horizontally','repeat-y'=>'Repeat Vertically','repeat'=>'Repeat Horizontally and Vertically'), 'header[repeat]', $repeat); ?>

4. Background Image Horizontal Alignment

if option 3A selected
'Left','center'=>'Center','right'=>'Right'), 'header[h_align]', $h_align); ?>

5. Background Image Vertical Alignment

if option 3A selected
'Top','center'=>'Center','bottom'=>'Bottom'), 'header[v_align]', $v_align); ?>

6. Background Image Scope

7. Text/logo alignment

'Left','center'=>'Center','right'=>'Right'), 'header[text_align]', $text_align); ?>

Colors and Sizes

Header height size in pt,px,em,etc.
Set it empty to make the size follows the normal flow.
Blog Title font size size in pt,px,em,etc.
Tagline font size
Header background color
tip: use transparent to make it same as body background
Blog Title color
tip: you may use black instead of #000000
Blog Title hover color
Tagline color