Checklist
What is not working?
I want to style elements not with the class names that isso provides but my own ones. For example, I want the submit button to have the classes "btn btn-primary". That way, I can use a CSS framework, for example Bootstrap which defines tons of rules for these classes, so that just copying the CSS is not really an option.
Several ideas how this could be implemented:
- use a template for the generated HTML
- fire an event after the comments section has been rendered, so that the DOM can be manipulated
- allow adding class names to the generated HTML elements
Checklist
What is not working?
I want to style elements not with the class names that isso provides but my own ones. For example, I want the submit button to have the classes "btn btn-primary". That way, I can use a CSS framework, for example Bootstrap which defines tons of rules for these classes, so that just copying the CSS is not really an option.
Several ideas how this could be implemented: