I'm using the JFBCFan module in JomSocial position js_side_bottom. I'd like to reduce the header space and also apply consistent header formatting ...
The standard module header is formatted as <h3 class="app-box-header"> and as you can see in Firebug, the JFBCFan header is simply <h3>. Where can I change this?
Also, I tried addressing the header gap by using an override in custom.css based on the heirarchy I'm seeing in Firebug which you can see in the screenshot. But it's not working (and I've tried variations including with and without a space before .app-box) ...
#community-wrap.cLayout.cSidebar.moduletable .app-box{
font-size: 1.5em;
line-height: 35px;
text-shadow:none;
margin:0 0 10px;
padding:0 0 5px;
}
Any guidance greatly appreciated.