Add telephone number to top of pages

Discussion in 'Themia WordPress Theme' started by sblais10, Sep 25, 2014.

  1. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    I would like to add our telephone number to the top of all pages including the home page (preferrably at the very top just left of the facebook and twitter logos) perhaps in a 16pt font or so. Screenshot attached with desired area circled. Thanks.
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your live website url.

    Thanks & Regards
    Yogesh Bhade
     
  3. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Add this code <span>Your Phone No.</span> in header.php file as shown below in screenshot.

    10oct1.png

    2. Then Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .social_top span {
    font-size: 16px;
    display: block;
    float: left;
    padding-top: 17px;
    text-align: right;
    width: 72%;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Thank you, it worked great for adding a text phone number. Just wondering, if i had a graphic with my phone number on it (with image of telephone etc.) how would i add that instead of the text?
    Thanks so much for your quick responses!
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use <span><a href=" "><img src="write image source here" /></a></span> in place of <span>Your Phone No.</span>

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page