I'm trying to change the background color on the title section of a dijit.TitlePane. I've been able to change the text color and size but I can't find how to alter the background color of just the title part of the dijit.TitlePane. I've tried altering the css for the title pane by using the following commands:
.dijitTitlePaneTitle { background-color: black ; }
That had no effect. Can anyone guide me in the right direction?