demo homepage

This article explains how our demo home page is built: http://demo.flothemes.com/cozy .  The image below explains what each block represents.

cozy home page blox explained

The next images shows the settings of the home page from the dashboard:

home-backend

So if you want to create a page exactly like this one, then you must use the same settings. But of course you can create something different by using another Page Template, by disabling the slideshow or widget areas, or you can use another layout.  Each page template will give you different option, just look carefully at all the boxes and read the hints.

The center bottom widget that says Get in Touch, represents a text widget with the following code:

<div class="contacts-wrapper">
 <div class="link-container">
 <a class="link link-bordered" href="http://demo.flothemes.com/cozy/contact/">Get in Touch</a>
 </div>
</div>