Telephone Number Within Header

Discussion in 'Covera WordPress Theme' started by zorgan, Jun 6, 2013.

  1. zorgan

    zorgan Guest

    Joined:
    Mar 27, 2013
    Messages:
    33
    Likes Received:
    1
    I would like to put the telephone number within the header of my webpage, I currently have a few menu's (currently 6) at the top of the page, I would like to put a static phone number of the business within the header please. Can you help?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    It require some customization in the header.php file.
    Download header file attached and replace it with the current header.php file.
    Then open new header.php file and add your phone number as shown in the image.

    [​IMG]

    After that Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header p {
    color: white;
    }
     

    Attached Files:

  3. zorgan

    zorgan Guest

    Joined:
    Mar 27, 2013
    Messages:
    33
    Likes Received:
    1
    The code I have within the zip file you sent is different than the screenshot you posted?

    <!--Website Logo-->
    <div class="grid_8 logo alpha"><a href="<?php bloginfo( 'url' ); ?>"><img src="<?php if ( get_option('inkthemes_logo') !='' ) {?><?php echo get_option('inkthemes_logo'); ?><?php } else {?><?php bloginfo('template_url'); ?>/images/logo.png<?php }?>" alt="<?php bloginfo('name'); ?>" /></a></div>
    <!--Menus-->
    <div class="grid_16 menus omega">
    <!--Start menu-div-->
    <!--Start Menu wrapper-->
    <div class="menu_wrapper">
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    I think this is happened by mistake so sorry for that.
    Download header file attached with it and follow the instruction as given in the above reply by Nitesh.
    This will solve your issue.
     

    Attached Files:

Share This Page