Featured Articles

 Coming Full Circle  

The past is happily prologue for one busy professional who moved her active young family into the lovely Old Leawood home she had previously owned.

Read More »

Layered Living

Inspired by Texas Hill Country style, B.L. Rieke’s model home transforms a wooded Lenexa lot into a livable work of art.

Read More »

Rooted in Design

Inspired by formal gardens across the pond, a Prairie Village greenhouse and garden builds a family haven for growing, gathering, and getting hands dirty.

Read More »

Summer Siege

A New Orleans family returns to their Missouri roots, transforming 148 acres of rolling farmland into a multigenerational summer retreat—complete with a modern farmhouse, restored prairie, and a legacy built to last.

Read More »

CHANGEMAKER

An independent, empowered business owner and mom of two transforms a Prairie Village ranch into a casually chic home inspired by her favorite travel destinations.

Read More »

Sign up for our digital newsletter

This field is for validation purposes and should be left unchanged.
Name
function gravity_js_to_footer() { return true; } add_filter("gform_init_scripts_footer", "gravity_js_to_footer"); // Fix the ajax jquery inline code issue when gravity js is being called in the footer //https://bjornjohansen.no/load-gravity-forms-js-in-footer add_filter( 'gform_cdata_open', 'wrap_gform_cdata_open' ); function wrap_gform_cdata_open( $content = '' ) { $content = 'document.addEventListener( "DOMContentLoaded", function() { '; return $content; } add_filter( 'gform_cdata_close', 'wrap_gform_cdata_close' ); function wrap_gform_cdata_close( $content = '' ) { $content = ' }, false );'; return $content; }