Add phone number to header

Discussion in 'Andrina WordPress Theme' started by lklatt76, Jan 6, 2014.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to header.php present in your theme directory and add the code given below

    Code:
    <h6>Enter your contact number here</h6>
    2014-01-07_1520.png


    Now,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .social-links h6 {
    margin-bottom: 0px!important;
    font-size: 20px;
    padding: 5px;
    color: red;
    float: left;
    }
    

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page