Text after Featured Area

Discussion in 'BizWay WordPress Theme' started by bigtflyer, Jan 19, 2014.

  1. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

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

    Go to the front-page.php file present in your theme directory and paste code given below in that file as shown in the image.

    Code:
    <div>Enter your text here</div> 
    See the image for reference.

    [​IMG]


    This will solve your issue.
     
  3. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
    Awesome! Works like a charm!

    Is there a way to center the text and be able to change the font size?

    Thanks!

    Tim
     
  4. Piyush

    Piyush Support Staff

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

    You can put the code given below in the front-page.php file

    Code:
    <div class="extra_text" style=" font-size:15px; text-align:center; ">Enter your text here</div>  
    instead of the code given in the above post

    Code:
    <div>Enter your text here</div>  
    This will solve your issue.
     

Share This Page