I would like to add that although I have a workaround for the issue I described above, I would be grateful for helping me with the ss-form-heading. As far as I can make out the HTML for “ss-required-asterisk is:
<div class=”ss-required-asterisk”>*Required</div>
It would really be nice if I could find a way to change the wording.
I have another problem and I hope you won’t mind if I add this to this topic:
I like having text boxes below their labels which is working fine. However, it is not working for the select type boxes – they are lined up next to each other. So I put this into the CSS:
div.ss-form-entry select {
display: block;
}
But the result is that the date fields are not lined up next to each other (although they are below the label which is fine) – I tried div.ss-datetime-box {display: inline-block}, but it has no effect.
I sincerely hope you can help.
Thank you.