You can display the service description you added in service creator buy adding following code to the file ‘wordpress\wp-content\plugins\corpo_toolkit\templates\taxonomy-corpo_services.php’
<?php $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); echo $term->description; ?>
It worked for me. Hope it helps you too!!