Hi,
I am trying to style the comments form (and comments list) to match the rest of the site. I know that it's possible to edit the CSS file for the comments module, but I would rather add my existing classes to the fields, instead of making another css file containing the same CSS styling.
I use the following to render the form: $page->comments->renderForm();
Is there an easy way to add the CSS classed to the fields?
//Jasper