Addding a phone number to the top

Discussion in 'GoldenEagle WordPress Theme' started by birdgroup, Jan 22, 2014.

  1. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Hello Inkthemes, on the Golden Eagle theme at the very top there is social icons to the left and a search our site icon to the right.

    Is it possible to either remove the social icons (or search bar) and ad some text, ie Phone Number/s, or is it simpler to add the phone numbers in the centre of these icons?

    Thanks in advance.

    Adrian
     
  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:
     <p class="contact-number">Enter your contact number here</p>
    Check image for reference

    2014-01-22_1637.png


    Now,


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

    Code:
     .contact-number {
    float: right;
    font-size: 20px;
    color: blue;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Brilliant thanks Gourav, very much appreciated.

    Adrian
     
    Piyush likes this.

Share This Page