Contact Number

Discussion in 'Andrina WordPress Theme' started by stewarty, Jan 25, 2013.

Thread Status:
Not open for further replies.
  1. stewarty

    stewarty New Member

    Joined:
    Sep 9, 2012
    Messages:
    21
    Likes Received:
    0
    Is it possible to get my contact telephone number above the menu bar at the top right just beneath the facebook etc symbols In that empty space.

    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and add the code given below

    Code:
    <h4>Enter your contact number</h4>

    Sending image for reference
    [​IMG]



    Now,



    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .social_logos h4 {
    float: left;
    padding-right: 5px;
    }

    This will solve your issue.
     
  3. stewarty

    stewarty New Member

    Joined:
    Sep 9, 2012
    Messages:
    21
    Likes Received:
    0
    Thanks that looks great.
    Thanks.
     
Thread Status:
Not open for further replies.

Share This Page