After hours of searching…finally!!! You need to go to themes > Pilcrow > functions.php, and change the following:
function pilcrow_page_menu_args( $args ) {
$args['show_home'] = true; CHANGE TO FALSE
$args['depth'] = 1;
return $args;
You can check it out on my site https://www.callansweringuk.co.uk where my home page is now titled correctly ??
[Please post code snippets between backticks or use the code button.]