Thank you Samuel for your prompt reply. I found this 5 year old solution in this forum and it worked great: Changed the functions.php instruciton below to “exclude” the page I wanted to hide (in this example page 99)
<?php wp_list_pages(‘exclude=99&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
Now I am wondering, how about if I need to hide more than one page, do you know the syntax?
Thanks again