You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Might be possible to implement this using the data-isso-* attributes similar to translation overrides.
Features like this (especially hooking into some event handler) would require a re-thinking of how the client currently works. Feel free to propose a better extension/hooking mechanism than the current state.
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:
The text was updated successfully, but these errors were encountered: