I am trying to style several containers in a single containers.css file, and need to change the .Head color for the module title in some containers. Primarily I have a black container header and want white text. I can set the .Head to white and change all the colors, but not singly. I've tried surrounding the control with a class, as in:
<h1 class="midnight"><dnn:TITLE runat="server" id="dnnTITLE" /></h1>
But the control still sets the .Head style. Setting a class="Head" with a H1 .head style works, again for all my module titles, not just the one I want the color changed.
Any suggestions to gracefully separate this?
Thanks,
Jeff