Add a phone number

Discussion in 'Cloriato WordPress Theme' started by jamsog, Sep 30, 2013.

  1. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    can you advise how we can add a number under our social icons as per our image attached?
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the header.php file present in your theme directory and paste the code given below in that file as shown in the image.

    Code:
    <div class="clear"></div>
          <div class="contact_num">
          <p>Enter your contact number here</p>
          </div>
    See the image for reference.

    [​IMG]


    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .contact_num {
    float: right;
    }
    This will solve your issue.
     
  3. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    can this support adding two lines of phone numbers one under the other and centred under the social icons....
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page