07/17/2014 at 10:56 am
#297336
Keymaster
@ JoselinMane
That is because the CSS is no longer valid with Form 2.0 which has better markup and tighter integration with Connections core.
This will do it now:
div#cn-metabox-section-department {
display: none;
}
Well, almost, this will only work for Form in the front-end, not the admin. Well actually it will work in the admin, the problem is there is no CSS file it can be added to… I suppose you could add it to the cn-admin.css and cn-admin.min.css` files but any time there is an update to Connections you’ll have to readd it.
Hope that helps!
