I looked at the page you specified, and I do not see anywhere in the page title.
One way to do this is to change the code in OnMenuSelected
Detail = new NavigationPage((Page)Activator.CreateInstance(page));
var page = (Page)Activator.CreateInstance(page);
page.Title = item.Title;
Detail = new NavigationPage(page);