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.
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.