Adding a phone number in the header

Discussion in 'Poloray WordPress Theme' started by digitaladcom, Dec 14, 2012.

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

    digitaladcom Guest

    Joined:
    Dec 3, 2012
    Messages:
    15
    Likes Received:
    0
    I would like to add a phone number in the header, on the right and between the menu and top features. Can you provide some code I can that I can past in the header.php file?
     
  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 given below

    Code:
    <a href="Enter your link address"><h1>Enter your contact number</h1></a>
    Sending image for reference

    [​IMG]



    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header h1{
    text-align:right;
    }

    This will solve your issue.
     
    cjarsmith likes this.
  3. digitaladcom

    digitaladcom Guest

    Joined:
    Dec 3, 2012
    Messages:
    15
    Likes Received:
    0
    Thank you for your help!
     
Thread Status:
Not open for further replies.

Share This Page