Hi Dee, here is my reply from Top to Bottom for the First of 3:
Dee: What I don’t understand is why changes made through the Dashboard of WP (presentation>Sidebars) took effect for the right sidebar but the same changes were ignored for the left?
M.T.: I think you will need to copy the same code from the Left Sidebar into the "Right Sidebar Content CSS Style" box?
Dee:The hover on the header menu. It is still changing to dark blue and whilst I can find many mentions of ‘hover’ I can’t find where to change that colour!!!
M.T.: There is no option to change it yet. But to change the style color of the hovered menu, open up "style.php" and go to line 65-67 and change to the "background" the you'd want:
#pageMenu a:hover, #pageMenu li li a:hover,
#catMenu a:hover, #catMenu li li a:hover
{background:#000048; color:#FFF;}
Dee: I shall be transitioning my other blogs on to your theme over the next few weeks and am wondering what happens when we have used our 10 licences???
M.T.: Well, there is no "Developer/Unlimited Pacage" yet (you'll have to wait =). However, you can either purchase another package with the same price that you've paid for the first by sending a payment to wp-support [at] minttree.com => then PM me in via WF to let me know, 'cuz I have to track down you down... in PayPal =).
*Also: I'll add the option in there in the next minor updates (so don't change ALL of your blog to this template just yet... and if you do, you'll need to back up the style of your configured template to use when the next update is available - probably today or tomorrow =).
Here's how to back it up: view the source code of your site and locate:
/*### BEGIN => BACKUP => Copy this css block ...
/*### END => BACKUP => Copy this css block....
Then, just copy and save the CSS block inbetween the above /*### comments, as either a .css or .php extension.
You can then input this new CSS file name as the "Name of the Style Skin for the Whole Layout" to use in the "Presentation => Layout" config page.