A common Home page design is to display a simplified search on top of a beautiful photo or a slideshow.
You can build this page using this shortcode:
bwg_idx_search_panel search_panel_layout =”typeahead_single”
.BWG-search-fields input {height: 31px;}
.BWG-search-fields select {color: #444;height: 31px;}
.BWG-search-fields {background: #efefef;border: #ccc solid 1px;box-shadow:#ccc 2px 2px 2px;margin: 10px auto;}
.home-page-intro {
margin: 0 auto;
max-width: 800px;
width: 100%;
}
.home-page-container {
background-image:url(https://demo.BWGidx.com/wp-content/uploads/2019/03/cape_cod_background.jpg);
background-size: cover;
position: relative;
min-height: 600px;
width: 100%;
}
.home-page-container .BWG-search-framework {
position: absolute;
top: 30%;
max-width: 60%;
margin: 0 20%;
}
LIGHTBOX-IMAGES