Text in Center of Header

Discussion in 'Blackriders WordPress Theme' started by cholcombe, Oct 31, 2013.

  1. cholcombe

    cholcombe New Member

    Joined:
    Oct 12, 2013
    Messages:
    19
    Likes Received:
    0
    What is the easiest way to add text between the logo and the call button?
    Thanks
     
  2. Piyush

    Piyush Support Staff

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

    Go to the header.php file present in your theme directory and add the code given below in that file
    and edit it as shown in the image given below.

    Code:
    <div class="grid_8">
              <div class="header_text">
              <p>Enter your header text here</p>
              </div>
              </div>
    Follow the instruction shown in the image given below.
    [​IMG]

    This will solve your issue.
     

Share This Page