The theme you use is what controls what is set in both the nav bar, and at the top of the page. You would have to modify the theme so the top of the page didn’t display the name of the page, and then use the editor to make your own heading on the home page that says “Welcome”
[signature moderated Please read the Forum Rules]
Hi,
You have to change the tab in header.php of your theme:
div id=”navbar”>
<ul class=”menu”>
<li class=”current_page_item”>
Change “Home” to “Welcome”.
Thanks,
Shane G.