To remove the save and restart button, go to your css-stylesheet and enter:
#menu-core {
display: none;
}
Changing the title into a link won't be that easy though. Best way I found to accomplish this is to have the following in your starting passage or maybe your StorySubtitle Passage or somewhere similar:
<<timed 100ms>><<replace "#story-title">>[[test]]<</replace>><</timed>>