Re: how to hide all box header ??
i have tried this
[code].commonbox h1, .commonbox h2 {display:none!important;}[/code]
but only my controlpanel header box header are hide and the other are not hide
add this one your .commonbox h2
[quote]#moduleHeader[/quote]
sample
[quote].commonbox h1, .commonbox h2[b]#moduleHeader[/b] {display:none!important;}[/quote]