Viewing 14 replies - 1 through 14 (of 14 total)
  • Ryan Yu

    (@geeksfolder)

    Hi cruiser76,

    To add the phone number, you need to add some code. If you are not sure how to add the code below, please check this article.
    http://codex.wordpress.org/Editing_Files

    Open header.php and find this line.

    <div class="container" id="hgroup-wrap">

    Add this line under it.

    <div class="phone">Phone number goes here</div>

    So it will look something like:

    <div class=”container” id=”hgroup-wrap”>
    <div class=”phone”>Phone number goes here</div>

    Open style.css and add the code below.

    .phone { margin-top:15px; float:right; }

    Let me know how it goes.

    Thread Starter cruiser76

    (@cruiser76)

    Hi Ryan do i add the first part of the code here:

    <?php
    		/**
    		 * catcheverest_before_hgroup_wrap hook
    		 */
    		do_action( 'catcheverest_before_hgroup_wrap' ); ?>
    
        	<div id="hgroup-wrap" class="container">
             add it here
           		<?php
    			/**
    			 * catcheverest_hgroup_wrap hook
    			 *
    			 * HOOKED_FUNCTION_NAME PRIORITY
    			 *
    			 * catcheverest_header_left 10
    			 * catcheverest_header_right 15
    			 */
    			do_action( 'catcheverest_hgroup_wrap' ); ?>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Ryan Yu

    (@geeksfolder)

    Hi cruiser76,

    Yes it does seem so.

    Thread Starter cruiser76

    (@cruiser76)

    Hi Ryan

    it didn’t work, not sure what to do from here.

    Thread Starter cruiser76

    (@cruiser76)

    hey ryan

    it did work, thanks heaps, now i just need to know how to make it bigger, do you know how to do that thanks again.

    Thread Starter cruiser76

    (@cruiser76)

    http://www.best1cleaning.com/

    you can now see it at the top of screen

    Add the font-size property to the .phone selector. So it would look something like:

    .phone { margin-top:15px; float:right; font-size:2em; }

    Thread Starter cruiser76

    (@cruiser76)

    Hey ryan

    thank you so much your a legend it works.

    Thread Starter cruiser76

    (@cruiser76)

    Hi ryan

    one more thing can it be put into bold.

    Ye sure, add

    font-weight: bold;

    Thread Starter cruiser76

    (@cruiser76)

    mate you are to good.

    Thread Starter cruiser76

    (@cruiser76)

    Ryan with my logo on the top left of site called “Bestone” to make that bigger do i have to upload a pigger image or can i change the image size in the style.css.

    You can make it bigger in html however I wouldn’t recommend it because the image quality will be distorted.

    I would upload the logo in bigger size.

    Thread Starter cruiser76

    (@cruiser76)

    ok thanks.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘add phone numner to top of pages’ is closed to new replies.