Header - cbshanley

Discussion in 'Infoway WordPress Theme' started by cbshanley, May 20, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    How can I add some text in the middle of the header. We have the logo on the left and the contact phone on the right. We'd like to add some text in the center
     
  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:
     <div class="grid_6">
      <div class="top-text">
      <p>Enter your text here</p>
      </div>
      </div> 
    also check the link for reference

    2014-05-20_1141.png



    Thanks & Regards
    Gourav Shrivastava
     
  3. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Hi, I added it "Support for seniors and Care Givers", but need better formatting. It looks very small and not centered correctly --I'd like it on the same line as Contact Us and larger in order to balance the other images. I used an H1 tag for the contact Us
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page