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?
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. After that Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header p { color: white; }
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">
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.