Hi Stephen,
What you can do is add a zero branch length taxon to the root and give it the desired value.
Just edit the Newick like so: if the fixed tree looks something like
((A:1.0,B:1.0):1.0,C:1.0)
wrap it in brackets, and add taxon R with branch lengths zero:
(((A:1.0,B:1.0):1.0,C:1.0):0.0,R:0.0)
Taxon R should show up in the list of taxa where you can give it the root value.
An alternative is to set up root frequencies through the rootFrequencies input of the tree likelihoods, but that requires editing of the XML.
Cheers,