Login portal styling can not be properly changed via the theme
brionmario opened this issue · 0 comments
brionmario commented
Is your feature request related to a problem? Please describe.
- Some of the styles are hardcoded inside the login portals(
includes/header.jsp
) hence styles from the theme modules are getting overriden. - The product logo SVG is inlined in
includes/product-title.jsp
.
Describe the solution you'd like
For 1 - Remove the <style>
tags from includes/header.jsp
files and move the necessary styles to the theme.
For 2 - Take the logo from the theme rather than inlining.