good job =) Did you create a "hidden" folder to use as startimage display?
1. That should be in the CSS file for the template you are using. If you know basic CSS, you can edit it from the admin. The setting you are looking for:
.text_2 {
font-size: 10px;
font-weight: normal;
letter-spacing: 0px;
}
... or ...
.text_2_description {
}
You need to edit the "text_2" item, because I noticed it is the textblock id you are using for the description(as in defined in thge theme config). The first class "text_2" sets the style for ALL texts in the textblock(could be name, title, description), while "text_2_description" sets styles only for the description part of the textblock(in your case, that is your entire textblock i believe).
2. As you perhaps noticed, this is currently missing. We will be working on sitemenu and startpage modules soon. Feel free to come up with suggestions on how you want it.
3. Do you still get that error with latest release(21. July) even when creating folder with no special characters?
Your customization reminds me I need to make a default white-ish theme. Perhaps you could help me out?