There is no "* Required Fields" marker and asterik behind "How do you rate this product?" is not kind of red.
Copy file:
/app/design/frontend/base/default/template/review/form.phtml
to folder:
/app/design/frontend/default/jm_summer/template/review
Please insert behind </fieldset> and before submit button, line 90 in file
/app/design/frontend/default/jm_summer/template/review/form.phtml
Code:
<p class="required"><?php echo $this->__('* Required Fields') ?></p>
And then style it, search for ".form-add h4" and insert behind in:
/skin/frontend/defaut/jm_summer/css/styles.css
Code:
.form-add h4 em { color: #f00 font-style: normal; } .form-add p.required { font-size: 12px; text-align: left; }
greetings