2 line Contact in Header


  • Member
    seighman
    March 13, 2013 at 10:09 am #14405

    Hi,

    I’d like to add another line/row to the contact in the header (for an address). Tried tweaking the stylesheet.css and header.php but can’t seem to get the formatting correct … can you help?

    Thanks,
    Scott

    Here’s what I added to theme-options.php:

    array(
    ‘label’ => ‘Header Address’,
    ‘id’ => ‘header_address’,
    ‘type’ => ‘text’,
    ‘desc’ => ‘Enter your Address if you want it to appear in the theme header’,
    ‘std’ => ”,
    ‘rows’ => ”,
    ‘post_type’ => ”,
    ‘taxonomy’ => ”,
    ‘class’ => ”,
    ‘section’ => ‘header’
    ),

    And to stylesheet.css:

    .header_address {
    height:20px;
    margin: 10px 0 36px;
    font-size: 12px;
    color:#888888;
    }

    And to Header.php:

    < ?php if($header_address= ot_get_option('header_address')){?>

    < ?php echo $header_address;?>

    < ?php } ?>

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.