Hi I'm trying to modify the suffix "light1" to make the header background color light blue and the text color for the header white. I'm basically trying to achieve the look that the tables have with the light blue top column but for a module instead.
What would I need to put in the overide.css to achieve this?
I currently have:
#gkWrap2 .box.lightblue h3 {
background: #96CCFF;
color: #FFF;
border-bottom: 1px solid #f0f0f0;
margin: 0 -18px 16px;
padding: 0 18px 12px;