-
Notifications
You must be signed in to change notification settings - Fork 445
Open
Labels
Milestone
Description
Checklist
- I am running the latest version.
- I have checked the troubleshooting guide
- I have searched the open issues, but my issue has not already been reported
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
jacmoe