All Articles

Five Stars

A multi-zone basement remodel in Old Leawood showcases seamless flow, standout style, and the final flourish of veteran designer Gayle Jagoda’s career.

Read More »

Women Who Build

In honor of International Women’s Day on March 8, we speak to some of the visionaries shaping Kansas City’s design future.

Read More »

CLUB LEVEL

An Overland Park couple turn to TV host Tamara Day to transform their project into a personal and punchy lake home.

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; }