where to change the background color for a customized widget?

696
4
Jump to solution
10-27-2016 10:12 AM
Alexwang
Occasional Contributor II

HELLO, can anybody tell me where to change the background color for a customized widget I built? Thanks, 

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
Alexwang
Occasional Contributor II

Thanks Robert for your response. I have attached a screen shot. I used Lauchpad theme and I want to change the default white background color to other color. 

View solution in original post

4 Replies
RobertScheitlin__GISP
MVP Emeritus

Alex,

   that is a very subjective question... Is your widget using a tab container? What theme are you using? Probably would be better to attach a screenshot pointing to exactly what you are trying to change color for.

0 Kudos
Alexwang
Occasional Contributor II

Thanks Robert for your response. I have attached a screen shot. I used Lauchpad theme and I want to change the default white background color to other color. 

RobertScheitlin__GISP
MVP Emeritus

Alex,

  Add this css rule to your [install dir]\server\apps\[app#]\themes\LaunchpadTheme\common.css

.jimu-panel.jimu-launchpad-panel {
  background-color: blue;
}
Alexwang
Occasional Contributor II

Worked, always! Thanks, Robert. 

0 Kudos