Skip to content

Feature request: Allow adding CSS classes to generated HTML elements #1003

@gflohr

Description

@gflohr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    client(Javascript) client code and CSSfeature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions