Which file do i need to change so that my widget headers color are different? i:e header blue and widget red
Solved! Go to Solution.
George,
Add this css rule to your apps theme common.css (i.e. [install dir]\server\apps\[app #]\themes\FoldableTheme\common.css)
.FoldableTheme.default .jimu-on-screen-widget-panel > .jimu-panel-title {
background-color: rgb(255, 0, 0);
background-color: rgba(255, 0, 0, 1);
}
George,
This can be done with css changes but I will need to know what theme you are using.
Robert its the Foldable Theme
George,
Add this css rule to your apps theme common.css (i.e. [install dir]\server\apps\[app #]\themes\FoldableTheme\common.css)
.FoldableTheme.default .jimu-on-screen-widget-panel > .jimu-panel-title {
background-color: rgb(255, 0, 0);
background-color: rgba(255, 0, 0, 1);
}