It would be nice to have an option where the Learning Object Title (which appears at the top left of each page) could link back to the home page. I think it is natural for some users to click there for that reason.
I think I have found a way around it by entering this in the source for the Learning Object Title:
Code:
<p><a href="#" onclick="x_navigateToPage(false,{type:'linkID',ID:'[first]'}); return false;">Presentation title</a></p>
and then setting the style (for example):
Code:
#x_headerBlock a {text-decoration: none; color:black;}