diff --git a/inc/customizer-nav.php b/inc/customizer-nav.php index 453d930..72ca301 100644 --- a/inc/customizer-nav.php +++ b/inc/customizer-nav.php @@ -64,6 +64,7 @@ if (!$maxMegaMenuActive){ $wp_customize->add_control('breadcrumbs', array( 'type' => 'radio', 'label' => 'Breadcrumbs', + 'description' => 'Based off of parent/child page hierarchy. For more information view our breadcrumb guide.', 'section' => 'nav', 'choices' => array( 'on'=>'On',