Digital Issues

2025/2026 Winter Issue

2025 Fall Issue

2025 Summer Issue

2025 Awards Issue

2025 Spring Issue

2024/2025 Winter Issue

2024 Fall Issue

2024 Summer Issue

2024 Awards Issue

2024 Spring Issue

2023/2024 Winter Issue

2023 Fall Issue

2023 Summer Issue

2023 Award Issue

2023 Spring Issue

2022/2023 Winter Issue

2022 Fall Issue

2022 Summer Issue

2022 Spring Issue

2021/2022 Winter Issue​

2021 Fall Issue

The digital issue is beautiful but if you want Kansas City’s ultimate design resource for your coffee table, Subscribe today

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