Hi Lucius,
To display the full page content in the Welcome section of the homepage
Go to the Appearance -> Editor -> page-boxes.php
Find the below code at line no. 12
<?php echo content( of_get_option(‘welcomepagelength’) ); ?>
Change it with
<?php the_content(); ?>
Please make these changes and let me know your feedback.
Regards
Grace Themes