Inserting a company phone number?

Discussion in 'GoldenEagle WordPress Theme' started by zorgan, May 11, 2013.

  1. zorgan

    zorgan Guest

    Joined:
    Mar 27, 2013
    Messages:
    33
    Likes Received:
    1
    at the top of the page the menu is here

    it would be nice if possible (as there is a lot of space below the menus)

    is it possible to lower the menu and have company phone numbers above?

    thanks a lot for any help.

    [​IMG]
     
  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:
    <p>Enter your number</p>
    Sending image for reference

    [​IMG]


    Now,

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

    Code:
    .header p {
    text-align: right;
    margin-right: 20px;
    font-size: 20px;
    }
     
  3. zorgan

    zorgan Guest

    Joined:
    Mar 27, 2013
    Messages:
    33
    Likes Received:
    1
    Thank you. Worked perfectly.
     

Share This Page