Good morning GeoNet, I need a little help again!
I am using the Dashboard theme.
I want to change the color of the header for the pop-up widgets.
Here's a picture:
I want to change that dark blue/grey color.
Where in the css can I find this?
I've dug around and haven't found it so I figured it was time to ask.
Thanks in advance for your time.
Solved! Go to Solution.
Whitney,
Add this css rule to your common.css in your apps themes\dahboardTheme\common.css:
.jimu-on-screen-widget-panel>.jimu-panel-title {
background-color: #ff5566;
}
Whitney,
Add this css rule to your common.css in your apps themes\dahboardTheme\common.css:
.jimu-on-screen-widget-panel>.jimu-panel-title {
background-color: #ff5566;
}
As always, Robert, you saved the day!
Thank you.
Hello,
Has this rule changed? I am attempting to do the same change in the Launchpad Theme and I am not seeing any results after adding that rule to the common.css file for the Launchpad Theme.
Much appreciated,
Brian
Brian,
The launchpad theme does not use that CSS rule.
.jimu-launchpad-panel>.jimu-panel-title {
background-color: #ff5566;
}