06/19/2014 at 10:17 am
#294334
Keymaster
@ Jessica
Hmmm, the .dk_container display is being set via an inline CSS style which overrides the CSS I gave in my previous reply, try making the CSS statement more strict:
.cn-metabox-inside .dk_container {
display: none !important;
}
That should override the inline CSS statement.