Changing the front page listings into text area

Discussion in 'HomeBuilder WordPress Theme' started by fawws, May 13, 2013.

  1. fawws

    fawws Guest

    Joined:
    Feb 13, 2013
    Messages:
    2
    Likes Received:
    0
    Could you please help me (indicate me) how to change the main section of the home page bottom right area: "Latest Property Listings" to plain text area. I want to add a small image and some "text about the company instead of the listings. Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and remove the code from line no.404 to 459 and replace it with code
    Code:
    <img src="Enter your image address here"/><br>
    <p>Enter your text here</p>
    This will solve your issue.
     

Share This Page